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

.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: 85px;
}
.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: -470px;
  }
  #menu{
    right: 212px;
  }
  #menu li{
    padding: 0 21px;
  }
  #menu li a{
    font-size: 14px;
  }
  .contentDatFoot{
    flex-wrap: nowrap;
  }
  .itemDat3{
    width: 270px;
    padding-top: 0px;
  }
  .itemDat3 br{
    display: none;
  }
  .itemHome2{
    width: calc(33.333% - 35px);
    margin-right: 52.5px;
  }
  .cntHome3{
    height: 280px;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 10px;
  }
  .cntHome3-a{
    font-size: 16px;
    line-height: 35px;
    padding: 20px 20px;
  }
  .contabo-especial .itemAbo2a::before{
    right: -50px;
  }
  .itemAbo2a{
    width: calc(50% - 26px);
    height: 435px;
  }
  .itemAbo2b{
    width: calc(50% + 26px);
    height: 414px;
    justify-content: flex-start;
    padding: 0;
  }
  .contentAbo2-2 .itemAbo2a{
    order: 2;
    width: calc(50% - 45px);
  }
  .contentAbo2-2 .itemAbo2b{
    order: 1;
    width: calc(50% + 45px);
  }
  .itemAbo2b::before{
    top: 0;
    right: -80px;
    width: 839px;
    height: 100%;
  }
  .itemAbo2a::before{
    top: 0;
    right: 24px;
    width: 915px;
    height: 100%;
  }
  .bg2Abo2::before{
    right: auto;
    left: 9px;
  }
  .contentAbo2-2 .itemAbo2b::before{
    right: auto;
    left: -80px;
  }
  .itemAbo3{
    margin-right: 30px;
  }
  .contentServ2{
    height: 600px;
    padding-left: 140px;
  }
  .contentServ3{
    height: 600px;
    padding-left: 0px;
    padding-right: 100px;
  }
  .serv2 ul{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
  }
  .cntServ4 ul{
    font-size: 18px;
    line-height: 25px;
  }
  .ul1Serv2{
    margin-right: 104px;
  }
  .ulServ2a{
    margin-right: 140px;
  }
  .ul1Serv4{
    margin-right: 95px;
  }
  .ul1Serv2-1a{
    margin-right: 75px;
  }
  .ulServ2b{
    margin-right: 70px;
  }
  .ul1Serv6{
    margin-right: 75px;
  }
  .titleCont2{
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .subtitleCont2{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 2px;
  }
  .parte2Cont2 a{
    font-size: 16px;
    line-height: 30px;
  }
  .itemCont3{
    width: calc(33.333% - 6px);
    margin-right: 9px;
  }
  .titleMap{
    text-align: left;
  }
  .titleMap div:last-child{
    width: calc(100% - 30px);
  }
  .sliderCntTop{
    font-size: 18px;
    padding-bottom: 120px;
    padding-left: 100px;
  }
  .titleCaptio1{
    font-size: 30px;
    line-height: 70px;
  }
  .titleCaptio2{
    font-size: 30px;
    line-height: 65px;
    padding-right: 170px;
  }
  .itemAbo2a::before{
    background: url('../images/abogados/bgvideo.png') right center no-repeat;
    background-size: cover;
  }
  .bg2Abo2::before{
    background: url('../images/abogados/abogado2.webp') right center no-repeat;
    background-size: cover;
    right: auto;
    left: -15px;
  }
  .bg3Abo2::before{
    background: url('../images/abogados/abogado3.webp') right center no-repeat;
    background-size: cover;
  }
  .bgvideoPlay{
    justify-content: flex-start;
    padding-left: 90px;
  }
}
@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;
  }
  .itemDat3{
    width: 420px;
  }
  .itemDat3 br{
    display: block;
  }
  .cntHome3{
    height: 261px;
  }
  #bodyAbogados{
    padding-top: 125px;
  }
  .titleAbo1{
    font-size: 45px;
    line-height: 50px;
  }
  #textAbo2{
    padding-top: 67px;
  }
  .titleAbo2{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .titleAbo2-2{
    margin-bottom: 38px;
  }
  .contabo-especial .itemAbo2a::before{
    right: 24px;
  }
  .itemAbo3{
    margin-right: 65px;
  }
  #textServ1{
    padding: 85px 0;
  }
  .contentServ2{
    height: 600px;
    padding-left: 226px;
  }
  .contentServ3{
    height: 600px;
    padding-left: 0px;
    padding-right: 220px;
  }
  .ul1Serv6 br{
    display: block;
  }
  .sliderCntTop{
    font-size: 22px;
    padding-bottom: 120px;
    padding-left: 100px;
  }
  .titleCaptio1{
    font-size: 40px;
    line-height: 85px;
  }
  .titleCaptio2{
    font-size: 50px;
    line-height: 85px;
    padding-right: 200px;
  }
}
@media(min-width:1300px){
}
@media(min-width:1450px){ 
  .titleMap div:first-child{
    width: auto;
  }
  .titleMap div:last-child{
    width: auto;
  }
  #icoWa{
    width: 303px;
    height: 92px;
  }
  .mapaC{
    height: 579px;
  }
  .titleMap br{
    display: block;
  }
  .sliderCntTop{
    font-size: 31px;
    padding-bottom: 142px;
    padding-left: 0px;
  }
  .titleCaptio1{
    font-size: 68px;
    line-height: 96px;
  }
  .titleCaptio2{
    font-size: 67px;
    line-height: 99px;
    padding-right: 200px;
  }
}
@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;
	}
  #header #topMenu{
    height: auto;
    padding-top: 0;
  }
	#header #menu{
		display: none;
	}
  .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 .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;
  }
  .contentDarkTop{
    height: auto;
    padding-top: 14px;
    padding-bottom: 8px;
    justify-content: center;
  }
  .contentDarkTop div{
    margin-right: 25px;
  }
  .contentDarkTop div:last-child{
    margin-right: 0px;
  }
  #sliderTop{
    border-bottom-left-radius: 100px;
  }
  .itemDat1{
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 0px;
  }
  .titleHome1{
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  #textHome1 article{
    font-size: 14px;
    line-height: 24px;
  }
  #textHome1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #textHome2{
    padding: 0 15px;
  }
  .contenHome3 figure figcaption{
    font-size: 22px;
  }
  .itemAbo2b {
    justify-content: center;
  }
  .titleAbo2{
    font-size: 18px;
    line-height: 28px;
  }
  .itemAbo2b ul {
    font-size: 13px;
  }
  .btnAbo2 {
    font-size: 13px;
    line-height: 29px;
    text-align: left;
    max-width: 330px;
    border-radius: 20px;
    height: 44px;
  }
  .btnAbo2 img{
    width: 25px;
  }
  #textAbo3{
    flex-wrap: wrap;
  }
  .itemAbo3{
    margin-right: 20px;
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .itemAbo3:nth-child(2n + 2){
    margin-right: 0px;
  }
  .textServ2{
    padding-top: 300px;
  }
  .textServ2::before{
    right: -15px;
    width: calc(100% + 30px);
    height: 300px;
  }
  .contentServ2{
    height: auto;
  }
  .textServ3{
    padding-top: 300px;
  }
  .textServ3::before{
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: 300px;
    background-position: bottom center;
  }
  .contentServ3{
    height: auto;
  }
  .textServ5,.textServ6{
    padding-top: 300px;
  }
  .textServ5::before{
    right: -15px;
    width: calc(100% + 30px);
    height: 300px;
  }
  .textServ6::before{
    left: -15px;
    width: calc(100% + 30px);
    height: 300px;
  }
  .ul1Serv2{
    margin-right: 40px;
  }
  .ulServ2a{
    margin-right: 40px;
  }
  .ul1Serv4{
    margin-right: 40px;
  }
  .ul1Serv2-1a{
    margin-right: 40px;
  }
  .ulServ2b{
    margin-right: 40px;
  }
  .ul1Serv6{
    margin-right: 40px;
  }
  .serv2 br{
    display: none;
  }
  .titleServ2,.contentServ3 .titleServ2{
    padding-right: 0px;
  }
  .titleServ2{
    font-size: 20px;
    line-height: 28px;
    height: 65px;
  }
  .titleServ4{
    height: 64px;
    font-size: 20px;
    line-height: 27px;
  }
  #textContacto1 {
    padding-top: 45px;
  }
  #textContacto2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contentContacto2{
    flex-wrap: wrap;
  }
  .itemCont2a{
    width: 100%;
    padding-right: 0px;
  }
  .itemCont2b{
    width: 100%;
    padding-left: 0px;
  }
  .itemCont2b figure{
    width: 100%;
    padding-top: 35px;
  }
  .itemCont2b figure img{
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .titleMap div:last-child{
    width: calc(100% - 30px);
  }
  .titleMap{
    text-align: left;
  }
  .contSlider::before{
    top: 0;
    left: 11px;
    width: 926px;
    height: calc(100% - 8px);
  }
  .sliderCntTop{
    padding-left: 50px;
    padding-bottom: 0px;
    align-items: center;
  }
  .bgvideoPlay .play{
    width: 120px;
  }
}
@media(max-width:680px){
  #textHome3 div[class*="col-"] {
    margin-bottom: 50px;
    width: 100%;
  }
  .contenHome3{
    max-width: 358px;
  }
  .contentHome4{
    font-size: 15px;
    line-height: 27px;
  }
  .contentHome4 strong{
    font-size: 16px;
  }
  .textServ2{
    padding-top: 220px;
  }
  .textServ2::before{
    height: 220px;
  }
  .textServ3{
    padding-top: 220px;
  }
  .textServ3::before{
    height: 220px;
  }
  .textServ5,.textServ6{
    padding-top: 220px;
  }
  .textServ5::before{
    height: 220px;
  }
  .textServ6::before{
    height: 220px;
  }
  .serv2{
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
  }
  .ul1Serv2 {
    margin-bottom: 13.6px;
    width: 100%;
    margin-right: 0px;
  }
  .cntServ4 {
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 15px;
    flex-wrap: wrap;
  }
  .cntServ4 ul br{
    display: none;
  }
  .ul1Serv4 {
    width: 100%;
    margin-bottom: 13.6px;
    margin-right: 0px;
  }
  .serv4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@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;
  }
  .itemDat1{
    width: 100%;
    margin-right: 0px;
    padding-bottom: 40px;
  }
  .itemDat2{
    width: 100%;
    margin-right: 0px;
  }
  .contentDatFoot .tit.tit2{
    display: block;
    margin-top: 40px;
  }
  .itemAbo2a::before{
    background-position: center;
  }
}
@media(max-width:600px){
  .contentDarkTop a img {
    margin-right: 5px;
    width: 15px;
  }
  .contentDarkTop div{
    margin-right: 15px;
  }
  .contentDarkTop div:last-child{
    margin-right: 0px;
  }
  .contentDarkTop a {
    font-size: 12px;
  }
  .sliderCntTop{
    font-size: 16px;
    padding-left: 20px;
  }
  .titleCaptio1{
    font-size: 22px;
    line-height: 40px;
  }
  .titleCaptio2{
    font-size: 20px;
    line-height: 40px;
    padding-right: 150px;
  }
  
}
@media(max-width: 580px){
  #textHome2{
    flex-wrap: wrap;
  }
  .itemHome2{
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .itemHome2:nth-child(1){
    order: 2;
  }
  .itemHome2:nth-child(2){
    width: 100%;
    margin-right: 0;
    order: 1;
    margin-bottom: 20px;
  }
  .itemHome2:nth-child(3){
    order: 3;
  }
  .itemHome2 .figure{
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width:540px){
}
@media (max-width: 520px) {
}
@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%;
	}
  .contentDarkTop{
    flex-wrap: wrap;
  }
  .contentDarkTop > div:last-child {
    width: 100%;
    text-align: center;
    padding-top: 3px;
  }
  .titleCaptio2 {
    font-size: 18px;
    line-height: 26px;
    padding-right: 150px;
    height: 60px;
    display: flex;
    align-items: center;
  }
}

@media(max-width:420px){
  #footer .contentFooter{
    min-height: 145px;
  }
  .itemAbo2b{
    padding: 30px 0;
  }
  .titleAbo2 {
    font-size: 16px;
  }
  .titleAbo1 {
    font-size: 25px;
  }
  .itemAbo3{
    margin-right: 10px;
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .parte1Cont2 {
    width: 47px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    padding-left: 10px;
  }
}
@media(max-width:365px){
}