.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:#003b71;
  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: #524f8a;
   }

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

@media(min-width:992px){
  #menu{    
    left: 300px;
  }
	#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;
  }
  .contenDarkTop a,.telTop{
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0px;
  }
  .titleCaptio1{
    font-size: 35px;
    line-height: 40px;
    letter-spacing: -0.25px;
  }
  .titleCaptio2{
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.25px;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .contentDatFoot{
    flex-wrap: nowrap;
  }
  .itemDat1,.itemDat2,.itemDat3,.itemDat4{
    padding-top: 126px;
    padding-bottom: 119px;
  }
  .itemDat1{
    width: 144px;
    margin-right: 35px;
  }
  .itemDat1 img{
    margin-right: auto;
    margin-left: 0;
  }
  .itemDat1::before{
    right: 0;
    width: 600px;
  }
  .itemDat2{
    margin-right: 35px;
  }
  .itemDat3{
    margin-right: 35px;
  }
  .contentDatFoot ul li a{
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.1px;
  }
  .datDir{
    font-size: 15px;
    line-height: 24px;
    background-position: 0px 2px;
    padding-left: 20px;
  }
  .contentHome1{
    height: 670px;
    font-size: 16px;
    line-height: 33px;
    letter-spacing: 0px;
  }
  .contentHome1 h1{
    font-size: 50px;
    line-height: 37px;
    letter-spacing: -0.25px;
    padding-bottom: 37px;
    margin-bottom: 24px;
  }
  .itemHome3{
    max-width: 325px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    width: 33.33%;
  }
  .titleHos1{
    font-size: 50px;
    line-height: 36px;
    letter-spacing: -0.25px;
    padding-bottom: 72px;
  }
  .contentHos2{
    font-size: 17px;
    line-height: 28px;
  }
  .itemHos4a figure{
    padding-right: 194px;
  }
  .itemHos4a .anioHospital{
    top: 50px;
    right: 17px;
  }
  .itemHos4b{
    padding-top: 45px;
  }
  .itemServ1a{
    margin-right: 50px;
  }
  .itemServ1b{
    margin-right: 50px;
  }
  .itemServ1c{
    margin-right: 50px;
  }
  .contentServ5 h4{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
  .contentServ1 ul li{
    font-size: 16px;
  }
  .titleServ1{
    font-size: 50px;
    line-height: 36px;
    letter-spacing: -0.25px;
    padding-bottom: 65px;
    margin-bottom: 60px;
  }
  .titleServ1 span{
    font-size: 30px;
  }
  .titleServ2{
    margin-bottom: 78px;
    font-size: 50px;
    line-height: 36px;
  }
  .itemServ2 img{
    width: 200px;
  }
  .contentServ5 ul{
    font-size: 15px;
    line-height: 30px;
    letter-spacing: -0.25px;
  }
  .itemServ4{
    margin-right: 113px;
  }
  .titleServ4a{
    width: 235px;
    font-size: 24px;
  }
  .titleServ5{
    width: 483px;
    height: 77px;
    font-size: 30px;
  }
  .contentServ5 .ul1Serv5{
    margin-right: 107px;
  }
  .contentServ5 .ul1Serv5-2 {
    margin-right: 50px;
  }
  .itemServ6b{
    width: 50%;
    padding-left: 71px;
  }
  .titleServ6{
    height: 77px;
    font-size: 30px;
    line-height: 30px;
    border-top-left-radius: 39px;
    border-bottom-left-radius: 39px;
    margin-bottom: 42px;
  }
  .texto1Serv6{
    font-size: 18px;
    line-height: 36px;
  }
  #textMapc{
    height: 500px;
  }
}
@media(min-width:1200px){
  #menu{    
    left: 364px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  .flex-control-nav {
    margin-left: -569px;
  }
  .titleCaptio1{
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -0.25px;
  }
  .titleCaptio2{
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.25px;
    padding: 10px 15px;
    margin-top: 10px;
  }
  .itemDat1{
    width: 184px;
    margin-right: 70px;
  }
  .itemDat2{
    margin-right: 100px;
  }
  .itemDat3{
    margin-right: 95px;
  }
  .contenDarkTop a,.telTop{
    font-size: 16px;
    line-height: 44px;
    letter-spacing: 0px;
  }
  .itemHome3{
    width: auto;
    max-width: 325px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
  .contentHos2 div br{
    display: block
  }
  .itemServ1a{
    margin-right: 90px;
  }
  .itemServ1b{
    margin-right: 90px;
  }
  .itemServ1c{
    margin-right: 95px;
  }
  .contentServ5 h4{
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
  .contentServ1 ul li{
    font-size: 18px;
  }
  .itemServ2 img{
    width: auto;
  }
  .contentServ5 ul{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
  .titleServ6{
    width: 483px;
  }
  #textMapc{
    height: 689px;
  }
}
@media(min-width:1300px){
  .container{
    width: 1230px;
  }
  .flex-control-nav {
    margin-left: -600px;
  }
  .itemDat2{
    margin-right: 134px;
  }
  .itemDat3{
    margin-right: 124px;
  }
  .contenDarkTop a,.telTop{
    font-size: 17px;
    line-height: 44px;
    letter-spacing: 0.25px;
  }
  .sliderCntTop{
    padding-top: 87px;
  }
  #textHos2 .row{
    margin: 0 -34.5px;
  }
  #textHos2 div[class*="col"]{
    padding: 0 34.5px;
  }
  .itemServ1a{
    margin-right: 111px;
  }
  .itemServ1b{
    margin-right: 100px;
  }
  .itemServ1c{
    margin-right: 125px;
  }
  .contentServ5 h4{
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
}
@media(min-width:1450px){ 
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 528px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 582px;
  } 
  .titleCaptio1{
    font-size: 59px;
    line-height: 65px;
    letter-spacing: -0.25px;
  }
  .titleCaptio2{
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.25px;
    padding: 26px 25px;
    margin-top: 25px;
  }
}
@media(max-width:991px){
	#sliderTop .flex-direction-nav .flex-prev {
		display: none;
	}
	#sliderTop .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 #topMenu #logo{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
		padding-top: 0px;
	}
  #header #topMenu{
    height: auto;
    padding-top: 0;
  }
  #topMenu::before{
    width: 0;
    height: 0;
  }
	#header #menu{
		display: none;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 46px;
	}
	#sliderTop .slides li {
    	height: 345px;
	}	
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
    padding-left: 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;
		border-radius: 0px;
	}
	#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 .tr{
		background: #42bded !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}
  .contenDarkTop{
    justify-content: center;
  }
  .titleCaptio1{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .titleCaptio2{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 12px 10px;
    margin-top: 5px;
  }
  .sliderCntTop{
    padding-top: 0;
  }
  .itemDat2, .itemDat3, .itemDat4 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 50%;
    margin-right: 0px;
  }
  .contentDatFoot{
    padding-bottom: 50px;
  }
  .itemDat1{
    margin-bottom: 45px;
  }
  .itemDat4{
    margin-top: 35px;
  }
  .itemDat4 br{
    display: none;
  }
  .contentDatFoot .tit{
    margin-bottom: 20px;
  }
  .contentHome1{
    height: auto;
    padding: 55px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .contentHome1 h1{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  #textHome2{
    background: #423f7e;
  }
  .contentHome2{
    height: auto;
    padding-top: 55px;
    padding-bottom: 305px;
    padding-left: 0;
    font-size: 18px;
    letter-spacing: 0px;
    position: relative
  }
  .contentHome2::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 250px;
    background: url('../images/inicio/fondo1a.webp') center no-repeat;
    background-size: cover;
  }
  #textHome3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentHome3{
    flex-wrap: wrap;
  }
  .itemHome3{
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .itemHome3:nth-child(2),.itemHome3:last-child{
    margin-right: 0px;
  }
  .itemHome3a::before {
    right: -20px;
  }
  .itemHome3:last-child{
    margin-top: 55px;
  }
  .titleHos1{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 45px;
  }
  #textHos1{
    padding-top: 50px;
  }
  #textHos2 .row{
    margin: 0 -8px;
  }
  #textHos2 div[class*="col"]{
    padding: 0 8px;
  }
  .contentHos2{
    height: 300px;
    padding-top: 20px;
    font-size: 14px;
    line-height: 22px;
    border-top-left-radius: 30px;
    border-bottom-right-radius:30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contentHos2 figure img{
    margin-bottom: 20px;
    width: 80px;
  }
  .cntHos2,.cntHos4,.contentHos3{
    flex-wrap: wrap;
  }
  .itemHos2b,.itemHos2a{
    width: 100%;
  }
  .itemHos2a{
    padding-bottom: 25px;
  }
  .itemHos4a {
    width: 100%;
  }
  .itemHos4b {
    width: 100%;
    padding-top: 20px;
  }
  .itemHos4a figure{
    padding-right: 0px;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .itemHos4a .anioHospital {
    position: absolute;
    top: 12px;
    right: auto;
    left: 0;
    font-size: 20px;
    width: 140px;
    height: 45px;
  }
  .itemHos4b strong.f18 {
    font-size: 17px;
  }
  .itemHos3a {
    width: 100%;
  }
  .itemHos3b {
    width: 100%;
    padding-left: 0px;
  }
  .itemHos3b img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #textHos4 .row{
    margin: 0 -5px;
  }
  #textHos4 div[class*="col-"]{
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .titleServ1{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .titleServ1 span{
    font-size: 16px;
    line-height: 30px;
    top: -2px;
  }
  .titleServ1::before{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
  }
  .contentServ1 {
    flex-wrap: wrap
  }
  .itemServ1a,.itemServ1b,.itemServ1c,.itemServ1d{
    width: 50%;
    margin-right: 0px;
  }
  .titleServ2 {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 36px;
  }
  .itemServ2 {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 50px;
  }
  #textServ2{
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .itemServ2 {
    margin-bottom: 40px;
  }
  .titServ3{
    width: 290px;
    height: 70px;
    font-size: 23px;
    line-height: 48px;
  }
  #textServ4{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .titleServ4{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
  .itemServ4 figure{
    height: auto;
  }
  .itemServ4 figure img{
    height: 100px;
  }
  .itemServ5 {
    width: 100%;
  }
  .cntServ5 {
    display: flex;
    justify-content: center;
  }
  .contentServ5 .ul1Serv5-2 {
    margin-right: 20px;
  }
  .itemServ5 img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #textServ5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #textServ6{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentServ6{
    flex-wrap: wrap
  }
  .itemServ6a {
    width: 100%;
  }
  .itemServ6b {
    padding-left: 0;
    width: 100%;
  }
  .itemServ6a img {
    width: 400px;
    margin-bottom: 30px;
  }
  .titContacto1 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 36px;
  }
  #formTop .bgFormTop {
    border-radius: 0;
  }
  #frmContacto .form-control {
    display: block;
    height: 55px;
    padding-left: 25px;
  }
  #frmContacto .form-group::before{
    top: 13px;
    left: 15px;
    width: 1px;
    height: 30px;
  }
  #frmContacto .textarea {
    padding-top: 17px;
    height: 130px;
  }
  #frmContacto input[type="submit"], #frmContacto input[type="reset"] {
    display: inline-block;
    height: 50px;
    background: #00af1b;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.25px;
    width: 180px;
    text-align: center;
    border-radius: 0px;
    margin-top: 26px;
  }
  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }
}
@media(max-width:680px){
  .contentServ4 {
    flex-wrap: wrap;
  }
  .itemServ4 {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .itemServ4:nth-child(2){
    margin-right: 0px;
  }
  .itemServ4:nth-child(3){
    margin-bottom: 0px;
  }
  .titleServ4a{
    width: 140px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }
}
@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;
	}
  #icoWa{
    background: url("../images/icoWa2.png") 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 120px;
    right: 15px;
    z-index: 5
  }
  .itemHome3{
    width: 100%;
    margin-right: 0px;
  }
  .itemHome3:nth-child(2),.itemHome3:last-child{
    margin-right: 0px;
    margin-top: 55px;
  }
  .itemHome3a::before,.itemHome3b::before{
    width: 0;
    height: 0;
  }
  .titleHos1 {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 40px;
  }
  #textHos2 div[class*="col"] {
    width: 50%;
    margin-bottom: 35px;
  }
  #textHos2 div[class*="col"]:last-child{
    margin-left: 25%;
    margin-bottom: 0;
  }
}
@media(max-width: 580px){
  .itemDat2, .itemDat3, .itemDat4{
    width: 100%;
  }
  .itemDarkTop {
    margin-right: 20px;
  }
  .itemDat3{
    margin-top: 35px;
  }
}
@media(max-width:540px){
  .contenDarkTop{
    flex-wrap: wrap;
    height: auto;
    padding: 8px 0;
    text-align: center;
  }
  .itemDarkTop{
    margin-right: 0px;
    padding-bottom: 5px;
    width: 100%;
  }
  .itemDarkTop::last-child{
    padding-bottom: 0px;
  }
  .contenDarkTop a,.telTop{
    font-size: 12px;
    line-height: 24px;
  }
  .contenDarkTop a img,.telTop img{
    margin-right: 3px;
  }
  #sliderTop{
    margin-top: 79px;
  }
  #sliderTop .slides li {
    height: 310px;
  } 
}
@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%;
	}
  #textHos2 div[class*="col"] {
    width: 100%;
  }
  #textHos2 div[class*="col"]:last-child{
    margin-left: 0;
  }
  .contentHos2 {
    height: auto;
    padding-bottom: 20px;
  }
  #textHos4 div[class*="col-"]{
    width: 50%;
    margin-bottom: 20px;
  }
  .itemServ1a,.itemServ1b,.itemServ1c,.itemServ1d{
    width: 100%;
    margin-right: 0px;
  }
  .titleServ4 {
    font-size: 24px;
  }
  #textServ5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .titleServ5 {
    height: 60px;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .itemServ5 img {
    max-width: 390px;
  }
}

@media(max-width:420px){
  .itemServ2 img {
    width: 115px;
  }
  .contentServ5 .ul1Serv5 {
    margin-right: 0px;
  }
  .cntServ5 {
    flex-wrap: wrap;
  }
  .cntServ5 div{
    width: 205px;
  }
  .itemServ5 img {
    max-width: 100%;
  }
}
@media(max-width:365px){
}