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

@media(min-width:992px){
  .divTelTop{
    width: 365px;
  }
  .titleTelTop1{
    font-size: 15px;
  }
  .titleTelTop2{
    font-size: 20px;
    letter-spacing: 0px;
    margin-left: 15px;
    margin-right: 10px;
  }
  .titleTelTop3{
    font-size: 16px;
    letter-spacing: 0px;
  }
  .titleTelTop4{
    font-size: 16px;
    letter-spacing: 0px;
    margin-left: 6px;
  }
  #menu li{
    padding: 0 21px;
  }
  #menu li a{
    font-size: 16.13px;
  }
  .titleCaptio1{
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .titleCaptio2{
    font-size: 24px;
    line-height: 26px;
  }
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderImg{
		display: block;
	}
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 412px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: -468px;
  }
  #logo{
    width: 205px;
    height: 100px;
    top: -52px;
    left: 15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  #logo img{
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .contentDatFooter{
    flex-wrap: nowrap;
    padding-top: 125px;
    padding-bottom: 108px;
  }
  .itemDat1{
    max-width: 220px;
    margin-left: 0px;
    margin-right: 50px;
    width: auto;
    margin-bottom: 0px;
  }
  .itemDat1 img{
    width: auto;
  }
  .itemDat2{
    margin-right: 50px
  }
  .itemDat3{
    margin-right: 50px
  }
  .titHome1{
    font-size: 36px;
    line-height: 41.5px;
    letter-spacing: 0.25px;
  }
  .contentHome2{
    font-size: 15px;
    line-height: 30px;
  }
  .contentHome3{
    height: 650px;
    font-size: 25px;
    line-height: 40px;
  }
  .titHome2{
    left: calc(50% - 135px);
    width: 270px;
    font-size: 16px;
    letter-spacing: -0.25px;
    padding-top: 15px;
  }
  .titServ1{
    font-size: 35px;
    margin-bottom: 60px;
  }
  .cntServ1 {
    max-width: 633px;
    height: 300px;
  }
  .titServ2{
    width: 400px;
    font-size: 21px;
    letter-spacing: -0.25px;
    line-height: 42px;
    padding-top: 21px;
  }
  .cntServ1.serv1 .titServ2 {
    width: 783px;
  }
  .titleRed3{
    font-size: 22px;
  }
  #textRed1 .row{
    margin: 0 -29.25px;
  }
  #textRed1 div[class*="col-"]{
    margin-bottom: 50px;
    padding: 0 29.25px;
  }
  .cntRe1a{
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.25px;
  }
  .titleRed1{
    font-size: 48px;
    line-height: 40px;
  }
  .titleRed2{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 29px;
    margin-bottom: 45px;
  }
  .itemLigas1{
    height: 253px;
    padding: 10px;
  }
}
@media(min-width:1200px){
  #logo{
    width: 302px;
    height: 119px;
    top: -72px;
    left: 15px;
    border-top-right-radius: 59.5px;
    border-bottom-right-radius: 59.5px;
  }
  #logo img{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .divTelTop{
    width: 430px;
  }
  .titleTelTop1{
    font-size: 17px;
  }
  .titleTelTop2{
    font-size: 24px;
    letter-spacing: 0.25px;
    margin-left: 20px;
    margin-right: 10px;
  }
  .titleTelTop3{
    font-size: 18px;
    letter-spacing: 0.25px;
  }
  .titleTelTop4{
    font-size: 18px;
    letter-spacing: 0.25px;
    margin-left: 9px;
  }
  .titleCaptio1{
    font-size: 50px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 512px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: -566px;
  }
  .itemDat1{
    max-width: 265px;
    margin-left: 0px;
    margin-right: 100px;
  }
  .itemDat2{
    margin-right: 100px
  }
  .itemDat3{
    margin-right: 108px
  }
  .titServ1{
    font-size: 40px;
  }
  .contentHome3{
    height: 742px;
    font-size: 33px;
    line-height: 53px;
  }
  .titHome2{
    left: calc(50% - 157px);
    width: 314px;
    font-size: 19px;
    letter-spacing: -0.25px;
    padding-top: 30px;
  }
  .cntServ1{
    max-width: 633px;
    height: 377px;
  }
  .titServ2{
    width: 449px;
  }
  .titleRed3{
    font-size: 24px;
  }
  #frmContacto .form-control{
    height: 93px;
    font-size: 14px;
  }
  #frmContacto .textarea{
    padding-top: 33px;
    height: 216px
  }
}
@media(min-width:1450px){
  .container{
    width: 1332px
  }
  .divTelTop{
    width: 499px;
  }
  .titleTelTop1{
    font-size: 24px;
  }
  .titleCaptio1{
    font-size: 72px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #sliderTop .flex-direction-nav .flex-next {
    margin-left: 591px;
  }
  #sliderTop .flex-direction-nav .flex-prev {
    margin-left: -651px;
  }
  .itemDat1{
    max-width: 265px;
    margin-left: 51px;
    margin-right: 163px;
  }
  .itemDat2{
    margin-right: 127px
  }
  .itemDat3{
    margin-right: 127px
  }
  .titServ1{
    font-size: 48px;
  }
}
@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;
		margin-bottom: 35px;
	}
	#header #topMenu #logo{
		display: none
	}
	#header{
		margin-top: 56px;
		height: auto;
		padding-top: 0px;
	}
	#header #menu{
		display: none;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 0px;
	}
	#sliderTop .slides li {
    	height: 380px;
	}	
	.sliderCntTop{
		padding-bottom: 0px;
    padding-top: 56px;
	}
  .titleCaptio1 {
    font-size: 25px;
  }
  .titleCaptio1::before{
    left: calc(50% - 100px);
    width: 200px;
    height: 4px;
  }
	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;
	}
	#formTop{
	  padding-bottom: 60px;
	  padding-top: 60px;
	}
	#frmContacto .tit {
		font-size: 22px;
	}
  .itemDarkTop3{
    display: none;
  }
  .accesoCliente{
    width: 130px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    background: #ffad00;
    border-radius: 24px;
    position: absolute;
    top: 8px;
    right: -30px;
  }
  .accesoCliente img{
    margin-right: 6px
  }
  .accesoCliente:hover,.accesoCliente:focus{
    background: #ffad00;
    text-decoration: none;
    color: #000;
  }
  .rd-mobilepanel_title {
    padding-right: 105px;
  }
  #topMenu{
    display: none;
  }
  #darkTop{
    border-top:0;
  }
  .contenDarkTop {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .contenDarkTop .itemDarkTop2 {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contenDarkTop .itemDarkTop1 {
    margin-right: 20px;
  }
  .contenDarkTop .itemDarkTop1 img{
    height: 40px;
  }
  .divTelTop {
    width: auto;
    height: 40px;
    border-radius: 20px;
    padding: 0px 13px;
  }
  .divTelTop2 {
    margin-top: 0;
    margin-left: 20px;
  }
  .titleTelTop1 {
    display: none;
  }
  .titleTelTop2 {
    margin-right: 0;
    margin-left: 0;
    font-size: 14px;
  }
  .titleTelTop2 span {
    display: none;
  }
  .titleTelTop3 {
    display: none;
  }
  .titleTelTop4 {
    font-size: 13px;
    margin-left: 0;
  }
  .contentDatFooter .itemDat4 .tit{
    display: none;
  }
  .itemDat3 {
    margin-right: 0px;
  }
  #textHome1{
    padding-top: 45px;
    padding-bottom: 190px;
  }
  .contentHome1{
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .titHome1{
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0;
    padding-bottom: 15px;
    margin-bottom: 17px;
  }
  .contHome2 div[class*="col-"] {
    padding: 0 13px;
    width: 50%;
  }
  .contHome2 div[class*="col-"]:last-child{
    margin-left: 25%;
    margin-top: 45px;
  }
  .titHome2{
    left: 5%;
    width: 90%;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .contentHome3{
    height: 450px;
    font-size: 17px;
    line-height: 30px;
  }
  #textServ1 .row{
    margin: 0 -10px;
  }
  #textServ1 div[class*="col-"]{
    margin-bottom: 60px;
    padding: 0 10px;
  }
  .cntServ1{
    height: 250px;
  }
  .titServ2{
    width: 90%;
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .cntServ1.serv1 .titServ2{
    width: 90%;
  }
  #textServ1 {
    padding-top: 60px;
  }
  .titServ1{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
    padding-bottom: 19px;
  }
  #textRed1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .titleRed1{
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .titleRed2{
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .cntRe1a{
    font-size: 14px;
  }
  .titleRed3{
    font-size: 15px;
  }
  #textRed1 .row{
    margin: 0 -5px;
  }
  #textRed1 div[class*="col-"]{
    margin-bottom: 40px;
    padding: 0 5px;
  }
  .titleRed1 {
    font-size: 27px;
  }
  .titleRed2 {
    font-size: 15px;
  }
  #textLigas1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #textCont1 .tit{
    font-size: 16px;
    padding: 30px 0;
  }
  #textMapc{
    height: 400px;
  }
  #frmContacto .form-control{
    height: 53px;
    font-size: 12px;
  }
  #frmContacto .textarea{
    padding-top: 20px;
    height: 120px
  }
  #frmContacto input[type=submit],
  #frmContacto input[type=reset]{
    height:50px; 
    font-size:15px;
    width: 121px;
    margin-top: 30px;
  }
}
@media(max-width:680px){
  #textRed1 div[class*="col-"] {
    width: 50%;
  }
  .itemLigas1 {
    height: 150px;
  }
}
@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;
	}
  .itemLigas1{
    width: 33.333%;
  }
  .itemLigas1:nth-child(2),.itemLigas1:nth-child(4),.itemLigas1:nth-child(5),.itemLigas1:nth-child(7),
  .itemLigas1:nth-child(10),.itemLigas1:nth-child(12),.itemLigas1:nth-child(13),.itemLigas1:nth-child(15){
    background: #ededed;
  }
  .itemLigas1:nth-child(2),.itemLigas1:nth-child(4),.itemLigas1:nth-child(6),.itemLigas1:nth-child(8),
  .itemLigas1:nth-child(10),.itemLigas1:nth-child(12),.itemLigas1:nth-child(14){
    background: #f5f5f5;
  }
}
@media(max-width: 580px){
  .itemDat2,.itemDat3{
    margin-right: 0px;
    width: 100%;
  }
  .itemDat3{
    margin-top: 45px;
  }
  #textHome3{
    background: url(../images/inicio/fondo2a.webp) center no-repeat;
    background-size: cover;
  }
  .contentHome3 {
    height: auto;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    justify-content: center;
    padding: 50px 0;
  }
}
@media(max-width:540px){
  .contenDarkTop .itemDarkTop1 {
    margin-right: 10px;
  }
  .contenDarkTop .itemDarkTop1 img {
    height: 32px;
  }
  .divTelTop{
    height: 32px;
  }
  .titleTelTop2{
    font-size: 12px;
  }
  .titleTelTop4 {
    font-size: 12px;
  }
  .divTelTop2{
    margin-left: 10px;
  }
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}	
  .rd-mobilepanel #logoMovil{
    top: 7px;
    width: 110px;
  }
  .accesoCliente {
    width: 115px;
    height: 32px;
    font-size: 10px;
    line-height: 30px;
    border-radius: 16px;
    top: 13px;
    right: -36px;
  }
  .cntServ1 {
    height: 200px;
  }
  .titServ2{
    font-size: 12px;
    line-height: 16px;
    padding-top: 12px;
  }
  #textRed1 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%;
	}
  .divTelTop2 {
    margin-left: 0;
    display: none;
  }
  .contentHome1 {
    font-size: 15px;
    line-height: 25px;
  }
  .titHome1 {
    font-size: 20px;
    line-height: 25px;
  }
  .contHome2 div[class*="col-"]{
    width: 100%;
    margin-bottom: 45px;
  }
  .contHome2 div[class*="col-"]:last-child{
    margin-left: 0%;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .contentHome2{
    max-width: 320px;
  }
  .titServ1{
    font-size: 20px;
  }
}
@media(max-width:420px){
  .rd-mobilepanel_title {
    padding-right: 88px;
  }
  .rd-mobilepanel #logoMovil {
    top: 10px;
    width: 98px;
  }
  .accesoCliente {
    width: 100px;
    height: 32px;
    font-size: 9px;
  }
  .accesoCliente img {
    margin-right: 3px;
    width: 8px;
  }
  .dirDat br{
    display: none;
  }
  .itemLigas1{
    width: 50%;
  }
  .itemLigas1:nth-child(2),.itemLigas1:nth-child(4),.itemLigas1:nth-child(6),.itemLigas1:nth-child(8),
  .itemLigas1:nth-child(10),.itemLigas1:nth-child(12),.itemLigas1:nth-child(14){
    background: #ededed;
  }
  .itemLigas1:nth-child(2),.itemLigas1:nth-child(3),.itemLigas1:nth-child(6),.itemLigas1:nth-child(7),
  .itemLigas1:nth-child(10),.itemLigas1:nth-child(11),.itemLigas1:nth-child(14),.itemLigas1:nth-child(15){
    background: #f5f5f5;
  }
}
@media(max-width:365px){
  .cntServ1 {
    height: 180px;
  }
}