.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: #ffffff;
  background:#ff3030;
  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: #ffffff; 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-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: #00060F;
   }

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

@media(min-width:992px){
  #sliderTop, #sliderTop .slides li{
    height: 490px;
  }
  .contentSliderTop{
    padding-top: 214px;
  }
  .contentSliderTop .titleCaption1{
    padding-right: 345px;
    font-size: 25px;
  }
  .contentSliderTop .titleCaption1:before{
    right: 123px;
    width: 1379px;
  }
  #logo{
    width: 260px;
    top: 36px;
  }
  #menu{
    right: 364px;
  }
  #menu li{
    padding: 0 25px;
  }
  #menu li a{
    font-size: 16px;
  }
  .telTop{
    right: 145px;
    top: 57px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.25px;
  }
  .contentSliderTop .titleCaption2{
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .btnBanner{
    width: 170px;
    height: 45px;
    border:solid 2px #fff;
    font-size: 20px;
    margin-right: 22px;
  }
  .itemHome2a{
    width: calc(50% + 160px);
    padding-right: 120px;
    font-size: 17px;
    line-height: 32px;
  }
  .itemHome2b{
    padding-top: 0;
    width: calc(50% - 160px);
  }
  .itemHome2b img{
    margin: 0;
    max-width: 711px;
  }
  .contentHome3{
    height: 491px;
    font-size: 40px;
    line-height: 50px;
  }
  .itemHome4a img{
    max-width: 843px;
    margin-left: -460px;
  }
  .titleHome4{
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 64px;
  }
  .titleCuadroHome5 .infoHome5,.titleCuadroHome5 .cntDatasHome5{
    font-size: 21px;
    line-height: 52px;
  }
  .box-blue{
    width: 290px;
  }
  #mapC{
    height: 450px;
  }
  .contentDatFoot .tit{
    font-size: 18px;
    letter-spacing: 0.25px;
    padding-bottom: 5px;
    margin-bottom: 13px;
  }
  .contentDatFoot ul li a{
    font-size: 14px;
    line-height: 30px;
  }
  .contentDatFoot a.tel{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.25px;
  }
  .dirDat{
    font-size: 14px;
    line-height: 20px;
    padding-left: 38px;
  }
  .itemDat1{
    width: 81px;
  }
  .itemDat2{
    width: 130px;
  }
  .itemDat3{
    width: 207px;
  }
  .itemDat4{
    width: 211px;
  }
  .itemDat5{
    width: 164px;
  }
}
@media(min-width:1200px){
  #sliderTop, #sliderTop .slides li{
    height: 570px;
  }
  .contentSliderTop{
    padding-top: 256px;
  }
  .contentSliderTop .titleCaption1{
    padding-right: 345px;
    font-size: 30px;
  }
  .contentSliderTop .titleCaption1:before{
    right: 181px;
    width: 1379px;
  }
  #logo{
    width: 373px;
    top: 25px;
  }
  .contentSliderTop .titleCaption2{
    font-size: 31px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .btnBanner{
    width: 222px;
    height: 52px;
    border:solid 3px #fff;
    font-size: 25px;
    margin-right: 31px;
  }
  .itemHome4a img{
    max-width: 843px;
    margin-left: -412px;
  }
  .titleHome4{
    font-size: 57px;
    line-height: 65px;
    margin-bottom: 64px;
  }
  .box-blue{
    width: 313px;
  }
  #mapC{
    height: 500px;
  }
}
@media(min-width:1450px){
  #icoWa{
    width: 303px;
    height: 92px;
    bottom: 46px;
    right: 53px;
  }
  #sliderTop, #sliderTop .slides li{
    height: 727px;
  }
  .contentSliderTop{
    padding-top: 331px;
  }
  .contentSliderTop .titleCaption1{
    padding-right: 345px;
    font-size: 36.5px;
  }
  .contentSliderTop .titleCaption1:before{
    right: 132px;
    width: 1379px;
  }
  .titleCuadroHome5 .infoHome5,.titleCuadroHome5 .cntDatasHome5{
    height: 52px;
    font-size: 14px;
    line-height: 52px;
  }
  .titleCuadroHome5 .infoHome5{
    padding-left: 21px;
  }
  .itemHome5{
    width: calc(50% - 29px);
    margin-right: 58px;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .itemHome5:last-child{
    margin-top: 0px;
  }
  #mapC{
    height: 756px;
  }
}
@media(min-width:1650px){
  .titleCuadroHome5 .infoHome5,.titleCuadroHome5 .cntDatasHome5{
    height: 52px;
    font-size: 16px;
    line-height: 52px;
  }
  .titleCuadroHome5 .infoHome5{
    padding-left: 20px;
  }
}
@media(min-width:1850px){
  .titleCuadroHome5 .infoHome5,.titleCuadroHome5 .cntDatasHome5{
    height: 52px;
    font-size: 21px;
    line-height: 52px;
  }
  .titleCuadroHome5 .infoHome5{
    padding-left: 36px;
  }
}
@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;
		padding-bottom: 35px;
	}
	#header #logo,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 390px;
	}
  .contentSliderTop{
    padding-top: 0px;
    align-items: center;
  }
  .flex-control-paging li a{
    width: 12px;
    height: 12px;
  }
  .contentSliderTop .titleCaption1::before {
    width: 0;
    height: 0;
  }
  .contentSliderTop .titleCaption1 {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 20px;
    padding: 12px 15px 12px 12px;
    color: #0072BD;
    background: rgba(255,255,255,0.85);
  }
  .telTop{
    right: 25px;
    top: 15px;
  }
	a.toTop {
		left: auto;
		right: 21px;
	}
  #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;
    margin-left: 0px;
	}
	#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 img{
    display: none;
  }
	#redes a:hover,#redes a:focus{
		text-decoration: none;
    transform: scale(1);
	}
	#redes .fb{
		background: #395398 !important;
	}
	#redes .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
    width: 50%;
    height: 100%;
	}
	#redes a .fa{
		display: block;
	}
  #textHome1{
    margin-top: 20px;
  }
  #textHome1 h1 {
    font-size: 22px;
  }
  #textHome1 h1 img {
    margin-left: 14px;
    width: 150px;
  }
  #textHome2 {
    padding: 45px 0;
  }
  .contentHome3{
    height: 280px;
    font-size: 22px;
    line-height: 35px;
  }
  #textHome4{
    padding: 50px 0;
  }
  .itemHome4a{
    width: 100%;
  }
  .itemHome4b{
    padding-top: 45px;
    width: 100%;
    padding-left: 0px;
  }
  .itemHome4a img{
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .titleHome4{
    font-size: 28px;
    line-height: 45px;
  }
  .cntHome4{
    font-size: 15px;
    line-height: 24px;
  }
  .subtitleHome4{
    font-size: 17px;
    line-height: 20px;
  }
  .titleHome5{
    font-size: 19px;
    line-height: 27px;
    letter-spacing: 0px;
    padding: 16px 10px;
    margin-bottom: 30px;
  }
  .itemHome5{
    padding-top: 35px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    line-height: 18px;
  }
  .subtitleCuadro1 .infoHome5, .subtitleCuadro1 .cntDatasHome5 {
    padding-top: 30px;
  }
  .itemHome5 strong {
    font-size: 15px;
  }
  #textHome6 .tit {
    height: 90px;
    font-size: 24px;
    line-height: 33px;
  }
  #formTop{
    padding-bottom: 60px;
    padding-top: 60px;
  }
  #frmContacto .tit{
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  .contentHome8{
    padding: 40px 0;
  }
  .box-blue .tit{
    padding-top: 24px;
    font-size: 16px;
  }
  .linkHome8{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .linkHome8 img {
    margin-right: 7px;
    width: 14px;
  }
  .linkHome8b img{
    width: 17px;
  }
  .box-blue {
    width: 180px;
    height: 100px;
  }
  #datFooter{
    padding: 55px 0;
  }
  .contentDatFoot{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .itemDat1{
    width: calc(33.333% - 15px);
    margin-right: 22.5px;
  }
  .itemDat2{
    width: calc(33.333% - 15px);
    margin-right: 22.5px;
  }
  .itemDat3{
    width: calc(33.333% - 15px);
    margin-right: 0px;
  }
  .itemDat4{
    width: calc(33.333% - 15px);
    margin-right: 22.5px;
    margin-top: 45px;
  }
  .itemDat5{
    width: calc(33.333% - 15px);
    margin-right: 0px;
    margin-top: 45px;
  }
}
@media(max-width:680px){
  #footer .tfooter,
  #footer #powered{float:none; text-align:center;justify-content: center;}
  #footer .tfooter{
    margin-bottom:10px;
  }
  #footer .tfooter span{display:block; text-align:center; line-height:18px}
  .titleCuadroHome5 .infoHome5 {
    padding-left: 15px;
  }
  .titleCuadroHome5 .infoHome5, .titleCuadroHome5 .cntDatasHome5 {
    height: 52px;
    font-size: 14px;
    line-height: 20px;
  }
  .titleCuadroHome5 .cntDatasHome5 {
    line-height: 52px;
  }
  .titleCuadroHome5 .infoHome5{
    display: inline-flex;
    align-items: center;
  }
  .titleCuadroHome5, .subtitleCuadro {
    align-items: flex-start;
  }
  .contentHome7{
    padding-top: 40px;
    padding-bottom: 30px;
    flex-wrap: wrap;
  }
  .itemHome7 {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 10px;
  }
  .itemHome7:nth-child(2){
    margin-right: 0;
  }
  .itemHome7 img{
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:640px){
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
  .contentHome8{
    justify-content: center;
    flex-wrap: wrap;
  }
  .box-blue {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  .box-blue:nth-child(2){
    margin-right: 0px;
  }
  .box-blue:last-child{
    margin-top: 10px;
  }
  .itemDat1{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 45px;
  }
  .itemDat4{
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .itemDat5{
    width: calc(50% - 10px);
    margin-right: 0px;
  }
}
@media(max-width:580px){
}
@media(max-width: 540px){
  .itemHome2b img{
    max-width: 100%;
  }
}
@media(max-width:500px){
  #frmContacto div[class*="col-"]{
    width: 100%;
  }
}

@media(max-width:480px){
  #footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
  .contentSliderTop .titleCaption1 {
    font-size: 15px;
    padding: 12px 15px 12px 12px;
  }
  .contentSliderTop .titleCaption2{
    font-size: 17px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .btnBanner{
    width: 130px;
    height: 45px;
    font-size: 15px;
    margin-right: 12px;
  }
  .titleHome4 {
    font-size: 22px;
    line-height: 36px;
  }
  .titleHome5 {
    font-size: 16px;
    line-height: 19px;
  }
  .infoHome5 {
    width: calc(100% - 140px);
    margin-right: 20px;
  }
  .cntDatasHome5 {
    width: 120px;
  }
  .titleCuadroHome5 .infoHome5, .titleCuadroHome5 .cntDatasHome5 {
    font-size: 12px;
  }
  .itemHome5b .infoHome5 {
    width: calc(100% - 80px);
    margin-right: 15px;
  }
  .itemHome5b .cntDatasHome5 {
    width: 65px;
  }
}
@media(max-width:420px){
  #textHome1 h1 {
    font-size: 20px;
  }
  #textHome1 h1 img {
    margin-left: 7px;
    width: 120px;
  }
  .box-blue {
    width: 100%;
    margin-right: 0px;
  }
  .box-blue:first-child{
    margin-bottom: 10px;
  }
  #textHome9 {
    padding: 20px 0;
  }
  #textHome9 .tit{
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
  }
  .itemDat1{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat2{
    width: 100%;
    margin-right: 0px;
    margin-top: 45px;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat4{
    width: 100%;
  }
  .itemDat5{
    width: 100%;
  }
}
@media(max-width:365px){
}