.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:#603a11;
  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: #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: #603a11;
  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: 125px;
}
.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: 449px;
  }
  #logo{
    width: 249px;
    top: 0px;
  }
  #menu li a{
    font-size: 14px;
    line-height:20px;
    height: 99px;
    letter-spacing: 0.5px;
    margin: 0px 20px; 
  }
  #menu li:nth-child(1) a{
    width: 83px;
  }
  #menu li:nth-child(2) a{
    width: 108px;
  }
  #menu li:nth-child(3) a{
    width: 120px;
  }
  #menu li a::before,#menu li a::after{
    left: -20px;
    width: 20px;
  }
  #menu li a::after{
    left: auto;
    right: -20px;
  }
  .titleCaptio1{
    font-size: 44px;
    line-height: 70px;
  }
  .titleCaptio1 img{
    width: 40px;
  }
  .titleCaptio2{
    font-size: 40px;
    line-height: 70px;
    padding-right: 20px;
  }
  .titleCaptio2::before{
    top: 5px;
  }
  .mapaC{
    height: 420px;
  }
  #formTop{
    padding-bottom: 100px;
    padding-top: 100px;
  }
  #frmContacto .tit{
    font-size: 18px;
    line-height: 25px;
  }
  .contentCont2 .tit{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .itemCont2-1{
    margin-right: 152px;
  }
  .itemCont2-2{
    margin-right: 162px;
  }
  #textHome1{
    padding-top: 124px;
    padding-bottom: 25px;
  }
  .titleHome1{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 64px;
  }
  .cntHome2::before{
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
  }
  .itemHome2{
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 45px;
  }
  .contentHome3 .itemHome3a{
    width: calc(50% + 17px);
    padding-right: 62px;
    margin-bottom: 0px;
  }
  .contentHome3 .itemHome3b{
    width: calc(50% - 17px);
    padding-right: 15px;
    padding-left: 60px;
  }
  .cntHome3a{
    font-size: 13px;
    line-height: 29px;
    margin-top: 15px;
  }
  .imgHome3{
    width: 140px;
    right: 40px;
  }
  .subtitleHome3{
    font-size: 15.7px;
  }
  .itemHome3b a{
    width: 270px;
    height: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35),inset 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
  }
  .itemHome3b a img{
    margin-left: 14px;
  }
  #textHome4 .row{
    margin: 0 -20px;
  }
  #textHome4 div[class*="col-"]{
    padding: 0 20px;
    margin-bottom: 56px;
  }
  .cntHome4{
    font-size: 16px;
  }
  .contentHome4 img{
    width: auto;
  }
  #textHome6{
    padding-top: 160px;
    padding-bottom: 62px;
  }
  .itemHome6 figure{
    font-size: 17px;
    line-height: 19px;
    padding-bottom: 39px;
  }
  .titleServ1{
    font-size: 26px;
    line-height: 20px;
    letter-spacing: 0.25px;
    height: 54px;
    margin-bottom: 38px;
  }
  .titleServ6{
    width: calc(100% + 40px);
    height: 61px;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 68px;
  }
  ul.ulserv0 li{
    margin-bottom: 15px;
  }
  ul.ulServ6 li{
    margin-bottom: 5px;
  }
  .contentServ1{
    padding-top: 176px;
    padding-bottom: 174px;
  }
  .itemServ1{
    width: 50%;
  }
  .itemServ2{
    padding-top: 0px;
    width: 50%;
  }
  .itemServ2 img{
    margin-left: 36px;
    margin-right: auto;
  }
  .serv2::before,.serv2::after{
    width: 240px;
  }
  .serv2-2::before,.serv2-2::after{
    width: 240px;
  }
  .textoServ3-1{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 60px;
  }
  .textoServ3-1 br{
    display: block;
  }
  .titleServ4::before{
    left: auto;
    right: -76px;
  }
  .itemServ8{
    margin-bottom: 55px;
    width: calc(33.333% - 20px);
    margin-right: 30px;
  }
  #textServ5 .row{
    margin: 0 -30px;
  }
  #textServ5 div[class*="col-"]{
    padding: 0 30px;
    margin-bottom: 53px;
  }
  .itemServ8 figure div{
    font-size: 30px;
  }
}
@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: 526px;
  }
  .titleCaptio1{
    font-size: 44px;
    line-height: 70px;
  }
  .titleCaptio1 img{
    width: 40px;
  }
  .titleCaptio2{
    font-size: 40px;
    line-height: 70px;
    padding-right: 20px;
  }
  .mapaC{
    height: 500px;
  }
  #formTop{
    padding-bottom: 146px;
    padding-top: 136px;
  }
  .cntHome2::before{
    top: 0;
    left: 0;
    height: 98px;
    width: 100%;
  }
  .itemHome2{
    width: calc(33.333% - 37.333px);
    margin-right: 56px;
    margin-bottom: 53px;
  }
  .cntHome3a{
    font-size: 15px;
    line-height: 32px;
    margin-top: 15px;
  }
  .imgHome3{
    width: auto;
    right: 62px;
  }
  .subtitleHome3{
    font-size: 19px;
  }
  .itemHome3b a{
    width: 369px;
    height: 55px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35),inset 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
  }
  .itemHome3b a img{
    margin-left: 14px;
  }
  #textHome4 .row{
    margin: 0 -44px;
  }
  #textHome4 div[class*="col-"]{
    padding: 0 44px;
    margin-bottom: 56px;
  }
  .cntHome4{
    font-size: 18px;
  }
  .itemHome6 figure{
    font-size: 20px;
    line-height: 19px;
    padding-bottom: 39px;
  }
  .titleServ1{
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.25px;
    height: 54px;
    margin-bottom: 38px;
  }
  .titleServ6{
    width: calc(100% + 40px);
    height: 61px;
    font-size: 29px;
    margin-bottom: 68px;
  }
  ul.ulserv0 li{
    margin-bottom: 25px;
  }
  ul.ulServ6 li{
    margin-bottom: 5px;
  }
  .serv2::before,.serv2::after{
    width: 310px;
  }
  .serv2-2::before,.serv2-2::after{
    width: 310px;
  }
  .titleServ4::before{
    left: auto;
    right: 0;
  }
  .itemServ8{
    margin-bottom: 55px;
    width: calc(33.333% - 57px);
    margin-right: 85.5px;
  }
}
@media(min-width:1300px){
}
@media(min-width:1450px){ 
  #icoWa{
    width: 303px;
    height: 92px;
  }
  .titleCaptio1{
    font-size: 60px;
    line-height: 96px;
  }
  .titleCaptio1 img{
    width: auto;
  }
  .titleCaptio2{
    font-size: 70px;
    line-height: 96px;
    padding-right: 90px;
  }
  .mapaC{
    height: 732px;
  }
}
@media(min-width: 1650px){
  .titleCaptio1{
    font-size: 89px;
    line-height: 96px;
  }
  .titleCaptio2{
    font-size: 72px;
    line-height: 96px;
    padding-right: 90px;
  }
}
@media(min-width:1850px){
}
@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;
  }
	#header #menu{
		display: none;
	}
  .sliderCntTop{
    padding-top: 52px;
  }
  .cntDarkTop{
    margin-top: 15px;
    height: 55px;
    position: relative;
    top: auto;
    right: auto;
    display: flex;
    border-radius: 52px;
    padding-left: 21px;
    padding-right: 21px;
  }
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 390px;
	}	
	a.toTop {
		left: auto;
		right: 21px;
	}
  #icoWa{
    bottom: 115px;
    width: 50px;
    height: 50px;
    right: 15px;
    background: url('../images/icoWa.png') 0 0 no-repeat;
    background-size: contain;
  }
	#redes{
    margin-left: 0px;
		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 .ln{
		background: #0A66C2 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}
  .flex-control-nav {
    margin-left: 0px;
    left: 15px;
  }
  .contentDarkTop{
    height: auto;
    padding-top: 14px;
    padding-bottom: 8px;
    justify-content: center;
  }
  .contentDarkTop div{
    margin-right: 25px;
  }
  .contentDarkTop div:last-child{
    margin-right: 0px;
  }
  img.icoh2{
    display: none;
  }
  .flex-control-nav{
    left: auto;
    right: 15px;
    margin-left: 0px;
    bottom: 15px;
  }
  #textContacto1 .titleCont1{
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
    padding: 35px 0;
  }
   #frmContacto .tit{
    font-size: 14px;
   }
  #frmContacto .tit strong {
    display: block;
  }
  #textContacto2 {
    padding: 50px 0;
  }
  .itemCont2-3{
    display: none;
  }
  .itemCont2-2 {
    margin-right: 0;
  }
  .titleHome1{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .cntHome1{
    font-size: 14px;
    line-height: 27px;
  }
  #textHome2{
    padding: 25px 15px 0 15px;
  }
  .cntHome2::before{
    width: 0;
    height: 0;
  }
  .itemHome2{
    width: calc(33.333% - 5px);
    margin-right: 7.5px;
    margin-bottom: 50px;
  }
  .contentHome3 .itemHome3a::before{
    width: 0;
    height: 0;
  }
  .contentHome3{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #textHome4{
    padding-top: 52px;
    padding-bottom: 0px;
  }
  #textHome4 .row{
    margin: 0 -10px;
  }
  #textHome4 div[class*="col-"]{
    padding: 0 10px;
    margin-bottom: 60px;
  }
  .contentHome4 img {
    width: 150px;
  }
  .titleHome4 {
    font-size: 22px;
  }
  #textHome5 .tit {
    height: 90px;
    font-size: 22px;
    line-height: 28px;
  }
  .itemHome6 figure{
    font-size: 15px;
    line-height: 19px;
    padding-bottom: 39px;
  }
  .itemHome6{
    width: calc(20% - 20px);
    margin-right: 25px;
    margin-bottom: 70px;
  }
  .itemHome6:nth-child(5n + 5){
    margin-right: 0px;
  }
  .itemHome6 figure div{
    width: 100%;
    left: 0;
  }
  .titleServ1{
    font-size: 25px;
  }
  ul.ulserv0{
    font-size: 14px;
  }
  ul.ulserv0 li {
    margin-bottom: 15px;
  }
  .contentServ2 {
    height: 450px;
  }
  .titleServ2 {
    top: -23px;
    font-size: 20px;
    line-height: 27px;
  }
  .serv2 {
    font-size: 15px;
    line-height: 21px;
    padding: 0 10px;
  }
  .imgServ2 {
    position: absolute;
    bottom: -42.5px;
    left: calc(50% - 150px);
    width: 300px;
  }
  .cntServ3 {
    height: auto;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .cntServ3::before{
    right: 80%;
  }
  .cntServ4 {
    padding-right: 0px;
  }
  .titleServ4 {
    margin-bottom: 36px;
  }
  .cntServ5{
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cntServ5 img{
    width: 100px;
  }
  .cntServ5 .titleServ5a {
    margin-top: 20px;
    padding-top: 17px;
  }
  #textServ6{
    padding-top: 55px;
    padding-bottom: 50px;
  }
  .titleServ6 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
  }
  .contentServ6 {
    flex-wrap: wrap;
  }
  .itemServ6a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .itemServ6b {
    padding-top: 11px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .cntServ7 {
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .imgServ7 {
    position: absolute;
    top: 2px;
    left: calc(100% - 150px);
  }
  .itemServ8{
    margin-bottom: 55px;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
  .contentServ8{
    flex-wrap: wrap;
  }
  .itemServ8:nth-child(2){
    margin-right: 0;
  }
}
@media(max-width:680px){
  .titleCaptio1{
    font-size: 25px;
    line-height: 50px;
  }
  .titleCaptio1 img{
    width: 22px;
  }
  .titleCaptio2{
    font-size: 22px;
    line-height: 50px;
    padding-right: 10px;
  }
  .titleServ6 {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px;
    height: auto;
  }
  .itemServ8 figure div{
    height: 45px;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media (max-width: 640px) {
  #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}
  .cntDatFooter1 {
    font-size: 18px;
  }
  .cntHome4 {
    font-size: 15px;
  }
}
@media(max-width:600px){
  .itemHome3b a{
    width: 270px;
    height: 50px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35),inset 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
  }
  .itemHome3b a img{
    margin-left: 14px;
  }
  #textHome4 div[class*="col-"]{
    width: 100%;
  }
  .itemHome6 figure{
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 30px;
  }
  .itemHome6{
    width: calc(25% - 20px);
    margin-right: 26.66px;
    margin-bottom: 70px;
  }
  .itemHome6:nth-child(5n + 5){
    margin-right: 26.66px;
  }
   .itemHome6:nth-child(4n + 4){
    margin-right: 0;
   }
}
@media(max-width: 580px){
  .imgHome3 {
    right: 0;
  }
}
@media(max-width:540px){
  .serv2::before,.serv2::after,
  .serv2-2::before,.serv2-2::after{
    width: 20px;
  }
  .itemServ8{
    margin-bottom: 40px;
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 520px){
  .titleHome3{
    font-size: 20px;
  }
  .subtitleHome3{
    font-size: 15px;
  }
  .cntHome3a{
    font-size: 14px;
    line-height: 29px;
  }
  .imgHome3 {
    width: 140px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
  .itemHome6{
    width: calc(33% - 10px);
    margin-right: 15px;
    margin-bottom: 70px;
  }
  .itemHome6:nth-child(5n + 5){
    margin-right: 15px;
  }
   .itemHome6:nth-child(4n + 4){
    margin-right: 15px;
   }
  .itemHome6:nth-child(3n + 3){
    margin-right: 0px;
  }
  .titleServ1 {
    font-size: 20px;
  }
}
@media(max-width:480px){
	#footer .tfooter{
		flex-wrap: wrap;
	}
	#footer .tfooter em{
		display: block;
		height: 5px;
		opacity: 0;
		width: 100%;
	}
  .contentCont2 .tit{
    font-size: 17px;
    margin-bottom: 8px;
  }
  .itemCont2 .telC {
    font-size: 12px;
  }
  .opcion1C,.opcion2C {
    padding-left: 0;
  }
  .titleHome1 span{
    display: block;
  }
  .cntHome3a br{
    display: none;
  }
  .imgHome3 {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
  .cntHome3a strong{
    display: block;
  }
   #textHome5 .tit {
    height: 90px;
    font-size: 18px;
    text-align: center;
  }
  #textServ5 div[class*="col-"]{
    width: 50%;
  }
  #textServ5 div[class*="col-"]:last-child{
    margin-left: 25%;
  }
  .imgServ7{
    left: calc(100% - 92px);
  }
}

@media(max-width:420px){
  #footer .contentFooter{
    min-height: 145px;
  }
  .itemCont2-1 {
    width: 171px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
  }
  .contentCont2{
    flex-wrap: wrap;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 2px #fff;
  }
  .titleMap img{
    width: 12px;
    margin-right: 5px;
    top: 4px;
  }
  .titleServ2 {
    top: -15px;
    font-size: 15px;
    line-height: 22px;
  }
  .imgServ2 {
    position: absolute;
    bottom: -30.5px;
    left: calc(50% - 110px);
    width: 220px;
  }
  #textServ5 div[class*="col-"]{
    width: 100%;
  }
  #textServ5 div[class*="col-"]:last-child{
    margin-left: 0;
  }
  .imgServ7{
    display: none;
  }
  .itemServ8{
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0px;
  }
}
@media(max-width:365px){
  .contentDarkTop a{
    font-size: 12px;
  }
  .contentDarkTop a img{
    margin-right: 7px;
  }
}