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

.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){
  #logo{
    width: 190px;
    top: 15px;
    left: 15px;
  }
  #menu{
    left: 220px;
    padding-left: 120px;
    height: 147px;
  }
  #menu li{
    padding: 0 39px;
    height: 131px;
  }
  #menu li::before{
    top: calc(50% - 18.5px);
    height: 37px;
  }
  #menu li a{
    font-size: 18px;
    line-height:55px;
    height: 55px;
  }
  #menu li:nth-child(2) a::before{
    width: 150px;
    left: calc(50% - 75px);
    background: url('../images/banner/before2.png') bottom center no-repeat;
  }
  #menu li:nth-child(3) a::before{
    width: 140px;
    left: calc(50% - 70px);
    background: url('../images/banner/before3.png') bottom center no-repeat;
  }
  #redes{
    height: 131px;
  }
	#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;
  }
  .titleCaptio1{
    font-size: 45px;
    letter-spacing: 0px;
  }
  .contentDat{
    padding-top: 110px;
    padding-bottom: 123px;
  }
  .itemDat1{
    margin-right: 70px;
  }
  .itemDat2{
    margin-right: 70px;
  }
  .itemDat3{
    margin-right: 70px;
  }
  .itemDat1::before{
    right: -35px
  }
  .itemDat2::before{
    right: -35px
  }
  .itemDat3::before{
    right: -35px
  }
  .contentDat .tit{
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.5px;
  }
  .contentDat ul li a,.contentDat ul li .dirDat{
    font-size: 16px;
    line-height: 36px;
  }
  .contentDat .itemDat{
    padding-top: 23px;
    padding-bottom: 20px;
  }
  .contentHome1{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contentHome1 .tit{
    font-size: 36px;
    line-height: 35px;
    letter-spacing: 0px;
    margin-bottom: 45px;
  }
  .cntHome1{
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .cntHome1 div{
    width: 240px;
    height: 60px;
    border-radius: 7px;
    margin-bottom: 23px;
    margin-right: 20px;
  }
  .itemHome2{
    height: 550px;
  }
  .home2{
    font-size: 22px;
    line-height: 35px;
  }
  .home2 .tit{
    font-size: 35px;
    margin-bottom: 35px;
  }
  .itemHome3{
    width: calc(33.333% - 10px);
    margin-right: 15px;
    margin-bottom: 27px;
  }
  .cntHome3{
    height: 417px;
    padding-left: 41px;
    padding-right: 41px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 12px;
  }
  .titHome4{
    width: 250px;
    height: 55px;
    bottom: 20px;
    left: calc(50% - 125px);
    border-radius: 5px;
    font-size: 20px;
    line-height: 32px;
  }
  .titleServ1{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .itemServ1{
    width: 50%;
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .titleServ1-1{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-bottom: 55px;
  }
  .imgServ1a{
    width: 400px;
  }
  .contentServ3{
    padding-right: calc(50% + 72px);
    height: 526px;
    font-size: 26px;
    line-height: 40px;
  }
  .contentServ5{
    padding-left: calc(50% - 68px);
    height: 526px;
    font-size: 26px;
    line-height: 40px;
  }
  .contentServ4{
    height: 474px;
    font-size: 23px;
    line-height: 40px;
  }
  #formTop{
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .titleCont1{
    font-size: 45px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .titleCont2{
    width: 380px;
    font-size: 24px;
    line-height: 36px;
  }
  .itemCont2{
    width: calc(50% - 54px);
    margin-right: 108px;
  }
}
@media(min-width:1200px){
  #logo{
    width: 292px;
    top: 15px;
    left: 15px;
  }
  #menu{
    left: 350px;
    padding-left: 172px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: 480px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 531px;
  }
  .itemDat1{
    margin-right: 140px;
  }
  .itemDat2{
    margin-right: 140px;
  }
  .itemDat3{
    margin-right: 140px;
  }
  .itemDat1::before{
    right: -70px
  }
  .itemDat2::before{
    right: -70px
  }
  .itemDat3::before{
    right: -70px
  }
  .titleCaptio1{
    font-size: 60px;
    letter-spacing: 0.2px;
  }
  .contentHome1{
    padding-top: 176px;
    padding-bottom: 123px;
  }
  .contentHome1 .tit{
    font-size: 66px;
    line-height: 48px;
    letter-spacing: 0.25px;
    margin-bottom: 51px;
  }
  .cntHome1{
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  .cntHome1 div{
    width: 320px;
    height: 60px;
    border-radius: 7px;
    margin-bottom: 23px;
    margin-right: 51px;
  }
  .contentHome3{
    padding-top: 177px;
    padding-bottom: 150px;
  }
  .itemHome3{
    width: calc(33.333% - 40px);
    margin-right: 60px;
    margin-bottom: 27px;
  }
  .home2{
    font-size: 30px;
    line-height: 48px;
  }
  .home2 .tit{
    font-size: 48px;
    margin-bottom: 35px;
  }
  .cntHome3{
    height: 417px;
    padding-left: 41px;
    padding-right: 41px;
    font-size: 18px;
    line-height: 36px;
    border-radius: 12px;
  }
  .titHome4{
    width: 348px;
    height: 64px;
    bottom: 28px;
    left: calc(50% - 174px);
    border-radius: 5px;
    font-size: 26px;
    line-height: 32px;
  }
  #textServ1{
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .titleServ1{
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 60px;
  }
  .itemServ1{
    width: 50%;
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .titleServ1-1{
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.25px;
    margin-bottom: 55px;
  }
  .imgServ1a{
    width: 500px;
  }
  #textServ2 .tit{
    font-size: 35px;
    line-height: 50px;
    height: 150px;
  }
  .contentServ3{
    padding-right: calc(50% + 72px);
    height: 526px;
    font-size: 30px;
    line-height: 48px;
  }
  .contentServ5{
    padding-left: calc(50% - 68px);
    height: 526px;
    font-size: 30px;
    line-height: 48px;
  }
  .contentServ4{
    font-size: 30px;
    line-height: 48px;
  }
  #formTop{
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .titleCont1{
    font-size: 45px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  #frmContacto .form-control{
    height: 72px;
    font-size: 14px;
  }
  #frmContacto .textarea{
    padding-top: 29px;
    height: 140px
  }
  .titleCont2{
    width: 463px;
  }
}
@media(min-width:1300px){
}
@media(min-width:1450px){ 
  .container{
    width: 1335px;
  }
  #redes{
    right: 70px;
  }
  .itemDat1{
    margin-right: 185px;
  }
  .itemDat2{
    margin-right: 197px;
  }
  .itemDat3{
    margin-right: 204px;
  }
  .itemDat1::before{
    right: -92.5px
  }
  .itemDat2::before{
    right: -98.5px
  }
  .itemDat3::before{
    right: -102px
  }
  .titleCaptio1{
    font-size: 90px;
    letter-spacing: 0.75px;
  }
  .cntHome1{
    font-size: 24px;
    letter-spacing: 0.25px;
    line-height: 37px;
  }
  .cntHome1 div{
    width: 358px;
    height: 67px;
    border-radius: 7px;
    margin-bottom: 23px;
    margin-right: 51px;
  }
  .itemHome3{
    width: calc(33.333% - 56px);
    margin-right: 84px;
    margin-bottom: 27px;
  }
  #textServ1{
    padding-top: 108px;
    padding-bottom: 141px;
  }
  .titleServ1{
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 84px;
  }
  .itemServ1{
    width: 50%;
    padding-top: 69px;
    padding-bottom: 57px;
  }
  .titleServ1-1{
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.25px;
    margin-bottom: 75px;
  }
  .imgServ1a{
    width: auto;
  }
  .imgServ1-2{
    margin-left: auto;
    margin-right: -68px;
  }
  #textServ2 .tit{
    font-size: 48px;
    line-height: 60px;
    height: 180px;
  }
  #formTop{
    padding-bottom: 133px;
    padding-top: 149px;
  }
  .titleCont1{
    font-size: 66px;
    line-height: 48px;
    letter-spacing: 0.25px;
  }
}
@media(min-width: 1650px){
}
@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;
    border-top: 0;
	}
  #header #topMenu{
    height: auto;
    padding-top: 0;
  }
	#header #menu{
		display: none;
	}
  .sliderCntTop{
    padding-top: 0px;
  }
	#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 .fb{
		background: #395398 !important;
	}
	#redes .ln{
		background: #0A66C2 !important; 
	}
	#redes .in{
		background: #AB7F5C !important;
	}
	#redes .yt{
		background: #ca250a !important;
	}
	#redes a .fa{
		display: block;
	}
  .titleCaptio1{
    font-size: 30px;
  }
  .contentDat{
    flex-wrap: wrap;
  }
  .itemDat1{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat4{
    width: calc(50% - 10px);
  }
  .itemDat::before{
    width: 0;
    height: 0;
  }
  .contentHome1 .tit{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .cntHome1{
    font-size: 14px;
    line-height: 22px;
  }
  .cntHome1 div{
    width: calc(33.333% - 10px);
    height: 50px;
    border-radius: 7px;
    margin-bottom: 15px;
    margin-right: 15px;
  }
  .contentHome3{
    padding-top: 70px;
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
  .itemHome3{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 27px;
  }
  .itemHome3:nth-child(2){
    margin-right: 0;
  }
  .cntHome3{
    height: 360px;
    max-width: 300px;
  }
  .cntHome3 figure{
    height: 150px;
  }
  #textHome4{
    padding: 19px 15px;
  }
  .titleServ1{
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .contentServ1{
    flex-wrap: wrap;
    justify-content: center;
  }
  .itemServ1 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .titleServ1b::before{
    width: 0;
    height: 0;
  }
  .titleServ1a{
    padding-right: 0px;
  }
  .titleServ1b{
    padding-left: 0px;
    margin-top: 60px;
  }
  .titleServ1-1{
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    margin-bottom: 45px;
  }
  .titleServ1-1 img{
    width: 140px;
    margin-bottom: 20px;
  }
  .imgServ1a{
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  #textServ2 .tit{
    font-size: 20px;
    line-height: 30px;
    height: 100px;
  }
  .contentServ3,.contentServ5{
    padding-right: 0;
    padding-left: 0;
    height: auto;
    padding-bottom: 300px;
    font-size: 18px;
    line-height: 30px;
  }
  .itemServ3,.itemServ5{
    max-width: 435px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contentServ3::before{
    top: auto;
    bottom: 0;
    left: 15px;
    height: 250px;
    width: calc(100% + 30px);
    background: url('../images/services/bg1.webp') top right no-repeat;
    background-size: contain;
  }
  .contentServ5::before{
    top: auto;
    bottom: 0;
    right: 15px;
    height: 250px;
    width: calc(100% + 30px);
    background: url('../images/services/bg3.webp') top left no-repeat;
    background-size: contain;
  }
  #textServ4{
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .contentServ4{
    height: 300px;
    font-size: 16px;
    line-height: 26px;
  }
  .contentServ4 .itemServ4:first-child{
    margin-right: 100px;
  }
  .contentServ4::before{
    left: calc(50% - 3px);
    width: 6px;
    border-radius: 3px;
  }
  #frmContacto .tit {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 24px;
    margin-top: 14px;
  }
  #textContacto2{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .contentCont2{
    flex-wrap: wrap;
  }
  .itemCont2{
    width: 100%;
    margin-right: 0px;
  }
  .itemCont2:last-child{
    margin-top: 40px;
  }
  .titleCont2{
    width: 90%;
    height: 70px;
    font-size: 18px;
    line-height: 36px;
  }
}
@media(max-width:680px){
  .contentHome2{
    flex-wrap: wrap;
  }
  .itemHome2{
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .itemHome2::before{
    right: -30px;
    width: 955px;
  }
  .itemHome2b::before{
    right: auto;
    left: -20px;
  }
  #textHome4{
    flex-wrap: wrap;
  }
  .itemHome4{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemHome4:nth-child(2){
    margin-right: 0;
  }
  .itemHome4:last-child{
    margin-top: 10px;
  }
}
@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;
  }
}
@media(max-width:600px){
  .titleCaptio1{
    font-size: 22px;
  }
  .contentHome1 .tit{
    font-size: 20px;
  }
  .cntHome1 div{
    width: calc(50% - 10px);
    height: 50px;
    margin-right: 20px;
  }
  .cntHome1 div:nth-child(3n + 3){
    margin-right: 20px;
  }
  .cntHome1 div:nth-child(2n + 2){
    margin-right: 0px;
  }
  .contentServ4{
    height: auto;
    font-size: 18px;
    line-height: 28px;
    flex-wrap: wrap;
  }
  .contentServ4::before{
    width: 120px;
    left: calc(50% - 60px);
    height: 4px;
    top: calc(50% - 2px);
  }
  .contentServ4 .itemServ4:first-child{
    text-align: center;
    margin-right: 0;
    width: 100%;
  }
  .contentServ4 .itemServ4:last-child{
    text-align: center;
    width: 100%;
    margin-top: 60px;
  }
}
@media(max-width: 580px){
}
@media(max-width:540px){
}
@media (max-width: 520px){
  .itemHome3{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 27px;
  }
  .cntHome3{
    height: 360px;
    max-width: 300px;
  }
  .cntHome3 figure{
    height: 150px;
  }
}
@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%;
	}
  .itemDat1{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat2{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat3{
    width: 100%;
    margin-right: 0px;
  }
  .itemDat4{
    width: 100%;
  }
  .itemHome4{
    width: 100%;
    margin-right: 0px;
  }
  .itemHome4:first-child{
    margin-bottom: 10px;
  }
  .itemHome4 figure{
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width:420px){
  #footer .contentFooter{
    min-height: 145px;
  }
  .cntHome1 div{
    width: 100%;
    height: 50px;
    margin-right: 0px;
  }
  .cntHome1 div:nth-child(3n + 3){
    margin-right: 0px;
  }
  .titleCont2{
    font-size: 16px;
  }
}
@media(max-width:365px){
}