.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  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: #2c2c2c;
  background:#d7d7d7;
  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: #2c2c2c; font-family: 'Open Sans', sans-serif;}
  .rd-mobilemenu_ul ul a{padding: 8px 25px 8px;}
    .rd-mobilemenu_ul a.active {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-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: 999;
  background: rgba(0,0,0,0.9);
   }

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

@media(max-width:1199px){
	.rowBtn > div a{
		font-size: 15px;
	}
}

@media(max-width:1099px){
	
}

@media(min-width:992px){
	#logo{
		width: 333px;
		top: 15px;
	}
	#menu{
		right: 0px;
	}
	#menu li a{
		padding: 0 23px;
		line-height: 37px;
		height: 37px;
	}
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img.sliderIMG{
		display: block;
	}
	.logoSlider{
		bottom: 40px;
		left: calc(50% - 255px);
	}
	.logoSlider img{
		width: 160px;
	}
	.textoSlider{
		width: auto;
		background: url(../images/banner/bgslider.png) center no-repeat;
		background-size: cover;
		font-size: 18px;
		margin-top: 20px;
		line-height: 30px;
		padding: 10px 30px;
	}
	.contentDatFooter .item1:after{
		width: 0;
		height: 0;
	}
	.contentDatFooter .item1 img{
		margin-left: 0;
	}
	.contentDatFooter .item1 .titleItem1{
		text-align: left;
	}
	.contentDatFooter .item1{
		margin-right: 38px;
		width: 340px;
		padding-bottom: 73px; 
	}
	.contentDatFooter .item2{
		margin-right: 38px;
	}
	.contentDatFooter .item3{
		margin-right: 38px;
	}
	.contentHome2 span{
		display: block;
	}
	#textHome3{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.conteHome3des{
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
		align-items: flex-start;
	}
	.home3{
		height: 255px;
		padding-bottom: 0;
		justify-content: flex-start;
	}
	.desLibro{
		justify-content: flex-start;
	}
	.contentHome3 .img-home3{
		width: 500px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.conteHome3des img{
		width: 420px;
	}
	.titleHome3,.sTitleHome3{
		text-align: left;
	}
	.regisHome4{
		justify-content: flex-start;
	}
	.contentHome4{
		padding-left: 500px;
	}
	.imgHome4{
		position: absolute;
		top: 0;
		left: 49px;
	}
	.home4{
		height: 400px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		padding-right: 60px;
		padding-top: 0;
	}
	.titleHome4,.stitleHome4{
		text-align: right;
	}
	.btnDow{
		margin-right: 0;
	}
	.contentCont1{
		padding-left: 240px;
		height: 225px;
	}
	.bgDeposito{
		width: 233px;
		height: 225px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.somos2{
		padding-right: 60px;
	}
	.titleVision{
		margin-top: 80px;
	}
	#textSomos3:before{
		height: 600px;
		width: 1145px;
		right: 50%;
		top: 51px;
		bottom: auto;
	}
	#bg2Somos3{
		display: none;
	}
	.contentSomos3{
		padding-left: 50%;
	}
	.somos3{
		padding-left: 35px;
		padding-bottom: 28.5px;
	}
	.contentHacer1{
		padding-top: 40px;
		padding-bottom: 55px;
		padding-right: 40px;
		text-align: left;
	}
	.titleHacer1{
		text-align: left;
	}
	#textHacer1 div[class*="col-"]{
		width: 50%;
	}
	.titleHacer1:before{
		left: 0;
	}
	.hacer2{
		padding-left: 60px;
	}
	.contentHacer2 ul{
		font-size: 15px;
		line-height: 28px;
	}
	.titleHacer3{
		font-size: 24px;
	}
	.imgperson{
		padding-top: 25px;
	}
	#textHacer3 div[class*='col-']{
		width: 50%;
	}
	#textHacer3 div[class*='col-']:first-child{
		/*background: rgba(158,158,158,0.25);*/
		margin-bottom: 0px;
		padding-bottom: 51px !important;
	}
	.bggris0{
		background: transparent;
		padding-bottom: 0px !important;
		padding-left: 0px;
	}
	#textHacer4 div[class*="col-"]{
		width: 25%;
	}
	.contentNewHome2{
		font-size: 26px;
	}
	.titleNewHome3{
		font-size: 20px;
	}
	.tit2NewHome3{
		font-size: 14px;
	}
	.cntNewHome1{
		height: 450px;
	}
	.titleHacemos4a{
		font-size: 27px;
		line-height: 32px;
	}

}

@media(max-width:992px){
	.bgGris{
		padding: 0;
		padding-bottom: 0;
	}
}

@media(min-width:1200px){
	#menu{
		right: -15px;
	}
	#menu li a{
		padding: 0 30px;
	}
	.logoSlider{
		bottom: 60px;
		left: calc(50% - 328px);
	}
	.logoSlider img{
		margin: auto;
		width: 200px;
	}
	.textoSlider{
		width: 656px;
		background: url(../images/banner/bgslider.png) center no-repeat;
		background-size: cover;
		font-size: 21px;
		margin-top: 30px;
		line-height: 30px;
		padding: 20px 10px;
	}
	.flex-control-nav{
		bottom: 13px;
	}
	.contentDatFooter .item1{
		margin-right: 61px;
		width: 370px;
	}
	.contentDatFooter .item2{
		margin-right: 100px;
	}
	.contentDatFooter .item3{
		margin-right: 122px;
	}
	#textHome3{
		padding-top: 111px;
		padding-bottom: 54px;
	}
	.contentHome3 .img-home3{
		width: auto;
	}
	.home3{
		height: 307px;
	}
	.conteHome3des img{
		width: auto;
	}
	.contentHome4{
		padding-left: 550px;
	}
	.titleHome4{
		font-size: 36px;
		line-height: 44px;
	}
	.contentCont1{
		padding-left: 360px;
	}
	.bgDeposito{
		width: 353px;
	}
	#textSomos3:before{
		height: 504px;
		width: 960px;
	}
	.contentHacer1{
		padding-top: 74px;
		padding-bottom: 55px;
	}
	.hacer2{
		padding-left: 110px;
	}
	#textHacer3 .row{
		margin: 0 -25px;
	}
	#textHacer3 div[class*='col-']{
		padding: 0 25px;
	}
	.titleHacer3{
		font-size: 29px;
	}
	.imgperson{
		padding-top: 5px;
	}
	.contentNewHome2{
		font-size: 30px;
		height: 697px;
	}
	.titleNewHome3{
		font-size: 24px;
	}
	.tit2NewHome3{
		font-size: 16px;
	}
	.cntNewHome1{
		height: 630px;
	}
	.titleHacemos4a{
		font-size: 30px;
		line-height: 32px;
	}
}
@media(min-width:1450px){
	.logoSlider img{
		margin: auto;
		width: 250px;
	}
	.textoSlider{
		margin-top: 45px;
	}
	.contentNewHome2{
		font-size: 36px;
	}
}
@media(min-width:1650px){
	.logoSlider{
		bottom: 87px;
	}
	.logoSlider img{
		margin: auto;
		width: auto;
	}
	.textoSlider{
		margin-top: 56px;
	}
}
@media(max-width:991px){
}

@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 {
	    margin-top: 56px;
	    height: auto;
	}
	#header #topMenu{
		display: none
	}
	#icoWa{
		background: url(../images/icoWa2.png) 0 0 no-repeat;
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 120px !important;
	}
	.contentDarkTop {
		padding-right: 0px;
		justify-content: center;
	}
	.caption{
		width: 662px;
		height: 200px;
		padding-top: 35px;
	}
	.caption .tit1{
		font-size: 30px;
		line-height: 25px;
		padding-bottom: 20px;
		margin-bottom: 12px;
	}
	.caption .tit2{
		font-size: 18px;
		padding-bottom: 5px;
	}
	.caption .tit3{
		font-size: 13px;
		line-height: 22px;
	}
	#frmContacto{
		position: static;
		margin: auto
	}
	#sliderTop{
		height: auto;
		margin-top: 48px;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
	#redes{
		display: flex;
		width: 100%;
		height: 36px;
		position: fixed;
		bottom: 0;
		top: auto;
		left: 0;
		background:#ffffff;
		z-index: 5;
		padding-top: 0;
	}
	#redes a{
		width: 25%;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		color:#ffffff;
		font-size: 18px;
		margin-right: 0;
		border-radius: 0;
	}
	#redes a:hover,#redes a:focus{
		text-decoration: 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;
	}
	
	#redes .tk{
	    border-radius: 0;
	}
	
	.flex-control-nav{
		bottom: 0px;
	}
	.bgSantander{
		display: block;
		padding: 30px 15px;
		height: auto;
	}
	.bgSantander img{
		margin: auto;
		margin-bottom: 20px;
	}
	.contDatosBan{
		border-left: 0;
		padding-left: 0;
		justify-content: center;
		margin-left: 0;
	}
	.contentDatFooter .item3{
		margin-right: 0;
	}
	.contentDatFooter .item4 .titleItem{
		display: none;
	}
	#textSomos2{
		background: url(../images/quienes/bg1.jpg);
		background-size: cover;
		height: auto;
		padding: 70px 0;
		margin-bottom: 0; 
	}
	#textSomos2:before,#textSomos2:after{
		width: 0;
		height: 0;
	}
	.contentSomos2{
		padding-right: 0;
	}
	.somos2{
		height: auto;
		padding-right: 0;
	}
	#bg2Somos2{
		background: url(../images/quienes/bg2.jpg);
		background-size: cover;
		height: 400px;
		margin-bottom: 8px;
	}
	.contentHacer2{
		padding-left: 0;
		height: auto;
	}
	.hacer2{
		padding-left: 0px;
	}
	#textHacer2:before,#textHacer2:after{
		width: 0;
		height: 0;
	}
	#textHacer2{
		background: url(../images/hacemos/2.jpg) center no-repeat;
		background-size: cover;
		height: auto;
		padding: 70px 0;
	}
	#bgHacer2{
		background: url(../images/hacemos/1.jpg) center no-repeat;
		background-size: cover;
		height: 300px;
	}
	.cntNewHome1{
		height: auto;
		font-size: 15px;
		line-height: 24px;
		padding: 80px 0;
	}
	.titleNewHome1{
		font-size: 24px;
	}
	#bgNewHome2{
		height: 300px;
		background: url(../images/top/fondo2a.jpg) center no-repeat;
		background-size: cover;
	}
	#textNewHome2{
		background: url(../images/top/fondo3.jpg) center no-repeat;
		background-size: cover;
	}
	.contentNewHome2{
		height: auto;
		padding: 60px 0;
		justify-content: center;
		text-align: center;
	}
	#textNewHome3 div[class*="col-"]:last-child{
		margin-top: 50px;
	}
	#textNewHome3 div[class*="col-"]{
		width: 100%;
	}
	#textNewHome3 div[class*="col-"]:last-child:before{
		width: 0;
		height: 0;
	}
	.cntHome3{
		margin-left: auto;
		margin-right: auto;
	}
	.cntHome3a{
		margin-left: auto;
		margin-right: auto;
	}
	.btnServNew2{
		margin-right: auto;
	}
	.titleHacemos4a{
		font-size: 18px;
		line-height: 24px;
	}
}
@media(max-width:680px){
	.conteHome3des img.img1Inicio{
		width: 400px;
	}
	.titleHacer3{
		font-size: 26px;
	}
	.caption{
		width: auto;
		height: auto;
		left: 0;
		padding-bottom: 40px;
		padding-top: 35px;
	}
	.caption .tit1{
		font-size: 22px;
		line-height: 20px;
		padding-bottom: 10px;
		margin-bottom: 5px;
	}
	.caption .tit2{
		font-size: 15px;
		padding-bottom: 3px;
	}
	.caption .tit3{
		font-size: 13px;
		line-height: 20px;
	}
	.contentMenufoot div{
		margin-right: 30px;
	}
}
@media(max-width:600px){
	#frmContacto .tit strong{
		display: block;
	}
	#frmContacto .tit span {
		position: static;
		display: block;
		line-height: 24px;
		padding-bottom: 10px;
	}
	.titleHome1{
		font-size: 28px;
	}
	.contentSomos1{
		height: auto;
		padding: 80px 0;
	}
	#bg2Somos2{
		height: 350px;
	}
	.titleHacer3{
		font-size: 22px;
	}	
}
@media(max-width:580px){
	.bggris2,.bggris0{
		padding-left: 20px;
		padding-right: 20px;
	}
	#textHacer4 div[class*="col-"]{
		width: 100%;
	}
	.contentMenufoot{
		flex-wrap: wrap;
	}
	.contentMenufoot div{
		margin-right: 0px;
		width: 50%;
	}
	.contentMenufoot div:nth-child(3),
	.contentMenufoot div:nth-child(4){
		margin-top: 8px;
	}
}
@media(max-width:540px){
	.logoSlider{
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		margin-top: 80px;
	}
	.textoSlider{
		line-height: 25px;
		padding: 10px 20px;
	}
	.conteHome3des img.img1Inicio{
		width: 300px;
	}
}
@media(max-width:520px){
	#bg2Somos2{
		height: 300px;
	}	
	.bggris2 span{
		display: inline;
	}
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
	#frmContacto .row .lbl{
		padding-bottom: 8px
	}
	#frmContacto .row .text-right{
		text-align: center
	}
	.titleHome1{
		font-size: 25px;
	}
	.contentHome2{
		height: auto;
		padding: 80px 0;
		font-size: 28px;
		line-height: 38px;
	}
	#bgHacer2{
		height: 250px;
	}
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
	.regisHome4 img.img1Inicio{
    	width: 250px;
	}
	#sliderTop {
	    margin-top: 70px;
	}
	.contentDarkTop{
		flex-wrap: wrap;
		height: auto;
		padding: 5px 0;
	}
	.contentDarkTop .itemDarkTop1{
		margin-right: 0px;
		width: 100%;
	}
}
@media(max-width:440px){
	.contentDatFooter .item2{
		width: 100%;
		margin-right: 0;
		padding-bottom: 30px;
	}
	.contentDatFooter .item3{
		width: 100%;
		padding-bottom: 49px;
		padding-top: 0;
	}
	#bg2Somos2{
		height: 240px;
	}
	.conteHome3des img.img1Inicio{
		width: 200px;
	}
	.caption {
		padding-left: 50px;
		padding-right: 50px;
	}
	.caption .tit3 {
	    font-size: 12px;
	    line-height: 19px;
	}

}
@media(max-width:420px){
	.titleHome1{
		font-size: 20px;
	}
	.contentHome1{
		font-size: 14px;
	}
	.titleHome3{
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 10px;
	}
	.sTitleHome3{
		font-size: 14px;
		line-height: 24px;
	}
	.desLibro{
		display: block;
		text-align: center;
	}
	.desLibro a{
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
	}
	.regisHome4 img.img1Inicio{
    	width: 190px;
	}
	.caption {
		padding-left: 30px;
		padding-right: 30px;
	}
	.caption .tit1{
		font-size: 20px;
		line-height: 20px;
	}
	.caption .tit2{
		font-size: 14px;
		padding-bottom: 3px;
	}
	#bgNewHome2{
		height: 230px;
	}
	.contentNewHome2{
		font-size: 18px;
	}
	.titleNewHome3 {
		line-height: 22px;
		font-size: 16px;
	}
	.tit2NewHome3 {
		font-size: 14px;
		line-height: 24px;
	}
}
@media(max-width:385px){
	.contentMenufoot div{
		width: 100%;
		text-align: center;
	}
	.contentMenufoot div:nth-child(2){
		margin-top: 8px;
	}
	.textoPrefot strong{
		display: block;
	}
}
@media(max-width:365px){
	.titleHome1{
		font-size: 18px;
	}
	.titleHome3{
		font-size: 26px;
		line-height: 30px;
	}
	.titleSan{
		font-size: 20px;
	}
	.titleSantander strong{
		display: block;
	}
	.contDatosBan{
		height: auto;
	}
	.contentDatFooter .item1 .titleItem1 span {
    	display: inline;
	}
	.titleHacer2{
		font-size: 26px;
	}
}