.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: 250px;
  padding: 132px 0 76px;
  color: #fff;
  background:#1f1f1f;
  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(-250px);
  -ms-transform: translateX(-250px);
  -o-transform: translateX(-250px);
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  -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; font-size: 12px;}
  .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:2.5px; 
	margin:auto; 
	left:auto; 
	display: block; 
	position:relative; 
	width: 50px;
}
.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, #sliderTop .slides li{
    height: 641px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 374px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 425px;
  }
  .flex-control-nav {
    margin-left: -470px;
  }
  .titleCaptio1{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .titleCaptio2{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 15px 0;
    margin-top: 12px;
  }
  #menu li{
    padding: 0 9px;
  }
  #menu li a{
    font-size: 20px;
    line-height:30px;
    letter-spacing: 0.25px;
    height: 69px;
  }
  .sliderCntTop::before {
    left: -488px;
  }
  #logo{
    width: 248px;
    top: -49px;
  }
  .itemDat1{
    margin-right: 50px;
  }
  .itemDat2{
    margin-right: 50px;
  }
  .itemDat3{
    margin-right: 50px;
  }
  .contentDatFoot .tit{
    font-size: 19.5px;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
    margin-bottom: 12px;
  }
  .contentDatFoot .tit.tit2{
    padding-right: 29px;
  }
  .contentDatFoot ul li a{
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.25px;
  }
  .contentHome1{
    padding-left: calc(50% - 117px);
    font-size: 16px;
    line-height: 32px;
  }
  .contentHome1 h1{
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.25px;
    padding-bottom: 6px;
    top: -14px;
    margin-bottom: 37px;
  }
  .imgHome1{
    position: absolute;
    top: 0;
    left: -236px;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
  }
  .titleHome2{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .itemHome2a{
    padding-right: 60px;
  }
  .itemHome2b{
    padding-left: 93px;
  }
  #textHome3 h2{
    font-size: 33px;
    line-height: 53px;
    letter-spacing: 0.25px;
    padding-bottom: 10px;
    margin-bottom: 60px;
  }
  .titleHome4::before{
    right: 1.3%;
  }
  #textHome5 .tit span {
    display: block;
  }
  .itemTitSani1b h2{
    font-size: 32px;
    line-height: 53px;
    letter-spacing: 0.25px;
  }
  .btnItemSani1{
    margin-top: 10px;
  }
  #textServ1 .tit{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    padding: 26px 0;
  }
  .itemServ1{
    width: calc(20% - 16.6px);
    margin-right: 20.75px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 24px;
  }
  .itemServ14{
    width: calc(40% - 13px);
    margin-right: 0px;
  }
  #frmContacto .tit{
    font-size: 18px;
  }
  .cntCont1 .itemCont1{
    margin-right: 130px;
  }
  .titleCont2{
    font-size: 38px;
    line-height: 49px;
    letter-spacing: 0.25px;
    margin-bottom: 87px;
  }
}
@media(min-width:1200px){
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  .flex-control-nav {
    margin-left: -569px;
  }
  #sliderTop, #sliderTop .slides li{
    height: 670px;
  }
  .sliderCntTop{
    padding-bottom: 64px;
  }
  .titleCaptio1{
    font-size: 45px;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .titleCaptio2{
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 15px 0;
    margin-top: 12px;
  }
  .sliderCntTop::before{
    left: -411px;
  }
  #menu li{
    padding: 0 12px;
  }
  .itemDat1{
    margin-right: 55px;
  }
  .itemDat2{
    margin-right: 85px;
  }
  .itemDat3{
    margin-right: 85px;
  }
  .contentDatFoot .tit{
    font-size: 24px;
    letter-spacing: 0.15px;
    padding-bottom: 15px;
    margin-bottom: 12px;
  }
  .contentHome1 h1{
    margin-bottom: 67px;
  }
  .titleHome2{
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.25px;
  }
  .itemHome2a{
    padding-right: 86px;
  }
  #textHome3 h2{
    font-size: 36px;
  }
  .titleHome4::before{
    right: 8.3%;
  }
  .itemTitSani1b h2{
    font-size: 36px;
    line-height: 53px;
    letter-spacing: 0.25px;
  }
  .btnItemSani1{
    margin-top: 3px;
  }
  #textServ1 .tit{
    font-size: 40px;
    line-height: 49px;
  }
  .cntCont1 .itemCont1{
    margin-right: 190px;
  }
}
@media(min-width:1300px){
  .flex-control-nav {
    margin-left: -600px;
  }
  #sliderTop, #sliderTop .slides li{
    height: 720px;
  }
}
@media(min-width:1450px){ 
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 528px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 582px;
  } 
  #sliderTop, #sliderTop .slides li{
    height: 700px;
  }
  .titleCaptio1{
    font-size: 57px;
    line-height: 53px;
    letter-spacing: 0.25px;
  }
  .titleCaptio2{
    font-size: 36px;
    line-height: 39px;
    letter-spacing: 0.25px;
    padding: 15px 0;
    margin-top: 12px;
  }
}
@media(min-width:1650px){ 
  #sliderTop, #sliderTop .slides li{
    height: 948px;
  }
}
@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: 0px;
		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: 0px;
	}
	#sliderTop .slides li {
    	height: 400px;
	}	
  .sliderCntTop::before {
    left: -505px;
  }
	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;
	}
  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }
  .contentDatFoot {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .itemDat1{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 35px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat4{
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .icoMenuMovil{
    width: 10px;
  }
  .rd-mobilemenu_ul li:nth-child(3) .icoMenuMovil{
    width: 7px;
    margin-left: 1.5px;
    margin-right: 1.5px;
  }
  #textHome1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contentHome1{
    font-size: 14px;
    line-height: 25px;
  }
  .contentHome1 h1{
    font-size: 20px;
    line-height: 39px;
  }
  .imgHome1{
    width: 300px;
  }
  .contentHome2 {
    flex-wrap: wrap;
  }
  .itemHome2a {
    width: calc(100%  + 30px);
    margin-right: -15px;
    height: auto;
    padding-right: 0px;
    justify-content: center;
    padding: 55px 0;
  }
  .home2{
    width: 100%;
  }
  .titleHome2{
    font-size: 21px;
    line-height: 27px;
    text-align: center;
  }
  .titleHome2::after{
    right: calc(50% - 100px);
    width: 200px;
  }
  .itemHome2b {
    padding: 55px 0;
    width: 100%;
    height: auto;
    padding-left: 0px;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
  }
  .itemHome2b::before{
    width: calc(100% + 30px);
    right: auto;
    left: -15px;
  }
  #textHome3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #textHome3 h2::before{
    left: calc(50% - 100px);
    width: 200px;
  }
  #textHome3 h2{
    font-size: 19px;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .cntHome3{
    font-size: 15px;
    line-height: 26px;
  }
  .titleHome4 h2{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .titleHome4{
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0px;
  }
  .contentHome4{
    padding-top: 30px;
  }
  .home4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #textHome6 {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  #textHome6 .row {
    margin: 0 -10px;
  }
  #textHome6 div[class*="col-"] {
    margin-bottom: 70px;
    padding: 0 10px;
  }
  #textSani1 {
    padding-top: 55px;
  }
  .itemTitSani1a{
    display: none;
  }
  .itemTitSani1b{
    height: 130px;
    width: 100%;
  }
  .itemTitSani1b h2{
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .itemSani1a{
    display: none;
  }
  .itemSani1b{
    width: 100%;
    font-size: 15px;
    line-height: 22px;
    padding-top: 25px;
    text-align: center;
  }
  .btnItemSani1{
    width: 284px;
    height: 52px;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0px;
    margin-top: 15px;
  }
  .contentSani2{    
    padding-right: 0;
    padding-bottom: 60px;
    margin-top: 85px;
  }
  .imgSani2 {
    position: relative;
    top: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 200px;
  }
  .imgSani1 {
    margin-left: auto;
    margin-bottom: 50px;
    margin-right: auto;
    width: 200px;
  }
  .texto1Sani2 {
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
  }
  .contentSani2 a {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 280px;
    height: 50px;
    border-radius: 15px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
  }
  .contentSani2 a strong {
    font-size: 18px;
  }
  #textServ1{
    margin-top: 55px;
    margin-bottom: 55px;
  }
  #textServ2 {
    padding-bottom: 10px;
  }
  .itemServ1 {
    width: calc(25% - 8px);
    margin-right: 10.666px;
  }
  .itemServ1:nth-child(5n + 5){
    margin-right: 10.666px;
  }
  .itemServ1:nth-child(4n + 4){
    margin-right: 0;
  }
  .itemServ14 {
    width: calc(75% - 5px);
    margin-right: 0px;
  }
  #textServ1 .tit{
    font-size: 20px;
    line-height: 26px;
  }
  #formTop {
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .titContacto1 {
    margin-bottom: 30px;
    font-size: 29px;
    line-height: 22px;
  }
  #frmContacto .tit{
    font-size: 15px;
    line-height: 26px;
  }
  #textCont1{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #textCont1 .tit{
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
  }
  .cntCont1 ul li a{
    font-size: 14px;
    line-height: 30px;
  }
  #redes3 a img{
    width: 20px;
  }
  #redes3 a{
    margin-right: 10px;
  }
  #textCont2 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .titleCont2{
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0px;
    border-radius: 3px;
    margin-bottom: 50px;
  }
  #textCont2 div[class*="col-"] {
    width: 33.333%;
  }
}
@media(max-width:680px){
  .titleHome4{
    height: auto;
    padding: 20px 0;
  }
  .titleHome4::before {
    height: 100%;
  }
  .titleHome4 h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .home4{
    flex-wrap: wrap;
  }
  .listHome4{
    width: 100%;
  }
  .listHome4-2 {
    margin-right: 0px;
    margin-top: 20px;
  }
  .listHome4 br{
    display: none;
  }
  .listHome4 div {
    margin-bottom: 20px;
  }
  #textHome6 div[class*="col-"]{
    width: 50%;
  }
}
@media (max-width: 640px) {
  .sliderCntTop::before {
    left: -617px;
  }
  #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}
  .itemServ1 {
    width: calc(33.333% - 10px);
    margin-right: 15px;
  }
  .itemServ1:nth-child(4n + 4){
    margin-right: 15px;
  }
  .itemServ1:nth-child(3n + 3){
    margin-right: 0px;
  }
  .itemServ14 {
    width: calc(66.666% - 7px);
    margin-right: 0px;
  }
  .cntCont1 .itemCont1:nth-child(2){
    margin-right: 0;
  }
  .cntCont1 .itemCont1:last-child{
    display: none;
  }
  #textCont1 .tit {
    margin-bottom: 30px;
  }
  .titleContact2 {
    font-size: 21px;
  }
  #textCont2 div[class*="col-"] {
    width: 50%;
  }
}
@media(max-width:600px){
	#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
  }
}
@media(max-width: 580px){
}
@media(max-width:540px){
  .itemDat1{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat2{
    width: 100%;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 35px;
  }
  .itemDat4{
    width: 100%;
  }
  #textHome3 h2 strong {
    display: block;
  }
  #textServ1 .tit{
    font-size: 17px;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  .sliderCntTop::before {
    width: 0;
    height: 0;
  }
  .titleCaptio1{
    font-size: 20px;
    line-height: 27px;
  }
  .titleCaptio2{
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
    margin-top: 7px;
  }
}
@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%;
	}
  #textHome6 div[class*="col-"]{
    width: 100%;
  }
  .itemServ1 {
    width: calc(50% - 7px);
    margin-right: 14px;
  }
  .itemServ1:nth-child(4n + 4){
    margin-right: 14px;
  }
  .itemServ1:nth-child(3n + 3){
    margin-right: 14px;
  }
  .itemServ1:nth-child(2n + 2){
    margin-right: 0px;
  }
  .itemServ14 {
    width: calc(50% - 7px);
    margin-right: 0px;
  }
  .cntCont1{
    flex-wrap: wrap;
  }
  .cntCont1 .itemCont1 {
    margin-right: 0px;
    width: 100%;
  }
  .cntCont1 .itemCont1:nth-child(2) {
    margin-top: 30px;
  }
  #textCont2 div[class*="col-"] {
    width: 100%;
  }
  .titleCont2{
    line-height: 24px;
  }
  .titleCont2 strong{
    display: block;
  }
}

@media(max-width:420px){
  #sliderTop .slides li{
    background-position: center center !important;
  }
  #footer .contentFooter{
    min-height: 145px;
  }
  .itemTitSani1b h2 strong {
    display: block;
  }
  .itemTitSani1b h2 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
  }
  .itemTitSani1b h2::before {
    left: -20px;
  }
  .itemTitSani1b h2::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: calc(50% - 75px);
    width: 150px;
    height: 5px;
    background: #fff;
  }
  .itemSani1b strong {
    font-size: 18px;
  }
}
@media(max-width:365px){
}