.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: #ffffff;
  background:#20579e;
  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: #ffffff; 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-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: #ffffff;
   }

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

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

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

@media(min-width:992px){
  body{
    margin-bottom: 0;
  }
	#sliderTop{
		height: auto;
	}
	#sliderTop .slides li{
		height: auto;
	}
	#sliderTop .slides li {
		background: transparent !important;
	}
	#sliderTop .slides li img{
		display: block;
	}
	.flex-direction-nav .flex-prev {
		margin-left: -470px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 450px;
	}
  #menu{
    right: 185px;
  }
  #menu li{
    padding: 0 0.5px;
  }
  #logo{
    width: 150px;
    top: 28px;
  }
  #menu li a{
    font-size: 14px;
  }
  #redes{
    width: auto;
    height: 26px;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 40.5px;
    right: 15px;
    display: flex;
    align-items: center;
    background: transparent;
  }
  #redes a{
    color: #ffffff;
    height: auto;
    width: auto;
    text-align: center;
    display: inline-flex;
    margin-right: 11px;
    background: transparent !important;
  }
  #redes a:last-child{
    margin-right: 0;
  }
  #redes a .fa{
    display: none;
  }
  #redes a img{
    display: block;
  }
  #redes a:hover,#redes a:focus{
    transform: scale(1.1);
  }
  .itemDat1{
    width: auto;
    margin-right: 80px;
    margin-bottom: 0;
  }
  .itemDat2{
    margin-right: 80px;
  }
  .itemDat3{
    margin-right: 0px;
  }
  .contentLogosDat{
    width: auto;
  }
  .itemDat1 img{
    margin-left: 0px;
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .itemDat4 .tit{
    padding-left: 4px;
  }
  .itemDat4{
    margin-top: 30px;
  }
  .contentDatFooter{
    padding-top: 103px;
  }
  .contSlider .container .caption{
    font-size: 55px;
  }
  .cntInicio1{
    padding: 110px 0;
  }
  .itemInicio2{
    padding: 0;
    font-size: 20px;
    line-height: 32px;
    width: calc(100% - 519px);
  }
  .itemInicio1{
    width: 259px
  }
  .itemInicio3{
    width: 260px;
  }
  .titleInicio1{
    font-size: 36px;
  }
  .titleHome2{
    font-size: 22px;
  }
  .cntHome2{
    font-size: 14px;
  }
  .contentHome3{
    padding-right: 34px;
  }
  #textServ1 .row{
    margin: 0 -15px;
  }
  #textServ1{
    padding-bottom: 64px;
  }
  #textServ1 div[class*="col-"]{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 0;
  }
  #textServ1 div[class*="col-"]:nth-child(1) .titleServ1,
  #textServ1 div[class*="col-"]:nth-child(2) .titleServ1{
    height: 168px;
  }
  #textServ1 div[class*="col-"]:nth-child(3) .titleServ1,
  #textServ1 div[class*="col-"]:nth-child(4) .titleServ1{
    height: 185px;
  }
  #textServ1 div[class*="col-"]:nth-child(5) .titleServ1,
  #textServ1 div[class*="col-"]:nth-child(6) .titleServ1{
    height: 185px;
  }
  #textServ1 div[class*="col-"]:nth-child(2n + 1):before{
    content: '';
    position: absolute;
    top: 0;
    right: -1.5px;
    width: 3px;
    height: calc(100% - 90px);
    background: url(../images/linea.png); 
  }
  #textServ1 div[class*="col-"]:nth-child(7):before{
    height: calc(100% - 25px);
  }
  #textContacto1 .tit{
    height: 138px;
    font-size: 36px;
    line-height: 48px;
  }
  .cntContacto2 .tit{
    font-size: 36px;
  }
  .cntContacto2 .tit:before,.cntContacto2 .tit:after{
    width: 293px;
  }
  .cntTxt{
    font-size: 16px;
  }
}
@media(min-width:1200px){
	.flex-direction-nav .flex-prev {
		margin-left: -570px;
	}
	.flex-direction-nav .flex-next {
		margin-left: 550px;
	}
  #menu{
    right: 215px;
  }
  #menu li{
    padding: 0 2px;
  }
  #menu li a{
    font-size: 14.5px;
  }
  #logo{
    width: 296px;
    top: 4px;
  }
  #redes{
    right: 28px;
  }
  .itemDat1{
    margin-right: 90px;
  }
  .itemDat2{
    margin-right: 60px;
  }
  .itemDat3{
    margin-right: 60px;
  }
  .itemDat4{
    margin-top: 0px;
  }
  .contentLogosDat{
    width: 172px;
  }
  .itemDat1 img{
    margin-left: -10px;
  }
  .itemDat4 .tit{
    padding-left: 21px;
  }
  .contSlider .container .caption{
    font-size: 65px;
  }
  .itemInicio2{
    font-size: 30px;
    line-height: 48px;
  }
  .cntHome2 span{
    display: block;
  }
  #textHome2 div[class*="col-"]{
    width: 33.3333%;
  }
  #textHome2 div[class*="col-"]:nth-child(1) .contentHome2{
    margin-left: 0;
  }
  #textHome2 div[class*="col-"]:nth-child(2) .contentHome2{
    margin-left: auto;
    margin-right: auto;
  }
  #textHome2 div[class*="col-"]:last-child .contentHome2{
    margin-left: auto;
    margin-right: 0;
  }
  #textHome2 div[class*="col-"]:last-child{
    margin-left: 0;
    margin-top: 0;
  }
  #textServ1 .row{
    margin: 0 -45px;
  }
  #textServ1 div[class*="col-"]{
    padding: 0 45px;
  }
  #textAsesor1 div[class*="col-"]{
    width: 33.3333%;
  }
  .cntTxt{
    font-size: 16px;
  }
}
@media(min-width:1260px){
  .container {
    width: 1230px;
  }
  #menu{
    right: 215px;
  }
  #menu li{
    padding: 0 2px;
  }
  #menu li a{
    font-size: 15px;
  }
  .itemDat1{
    margin-right: 100px;
  }
  .itemDat2{
    margin-right: 75px;
  }
  .itemDat3{
    margin-right: 85px;
  }
  .flex-direction-nav .flex-prev {
    margin-left: -600px;
  }
  .flex-direction-nav .flex-next {
    margin-left: 580px;
  }
  .contSlider .container .caption{
    font-size: 72px;
  }
  #textServ1 .row{
    margin: 0 -65px;
  }
  #textServ1 div[class*="col-"]{
    padding: 0 65px;
  }
  #textAsesor1 .row{
    margin: 0 -21.75px;
  }
  #textAsesor1 div[class*="col-"]{
    padding: 0 21.75px;
  }
}
@media(min-width:1450px){
  .cntHome1{
    margin-left: -30px;
  }
}
@media(max-width:991px){
	.flex-direction-nav .flex-prev {
		display: none;
	}
	.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 #logo,#header #menu{
		display: none
	}
  #header #topMenu{
    height: auto;
  }
	#header{
		margin-top: 56px;
		height: auto;
	}
	#sliderTop{
		height: auto;
		margin-top: 52px;
	}
	#sliderTop .slides li {
    	height: 350px;
	}
	a.toTop {
		left: auto;
		right: 21px;
	}
  #icoWa{
    background: url(../images/asesores/what.png) 0 0 no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 5
  }

  .contentDarkTop{
    justify-content: center;
  }
  .itemDat1{
    margin-right: 0px;
    width: 100%;
    margin-bottom: 45px;
  }
  .itemDat2{
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 45px;
  }
  .itemDat3{
    width: calc(50% - 10px);
    margin-right: 0px;
    margin-bottom: 45px;
  }
  #datFooter .tit{
    padding-bottom: 20px;
    margin-bottom: 18px;
    border-bottom: solid 1px #ffffff;
  }
  .itemDat4{
    width: 100%;
  }
  .contentLogosDat{
    width: auto;
  }
  .itemDat4 .tit{
    padding-left: 4px;
  }
  .slAzul {
    margin-top: 52px;
  }
  #frmContacto .tit{
    font-size: 30px;
  }
	.cntInicio1 img{
    width: 180px;
  }
  #textHome2 div[class*="col-"]{
    margin-bottom: 50px;
    width: 100%;
  }
  #textHome2 div[class*="col-"]:last-child{
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0;
  }
  #textHome1{
    background-position: left center;
  }
  .contentHome1{
    height: auto;
    padding: 120px 0;
  }
  #bghome1{
    height: 300px;
    background: url(../images/inicio/bg3.webp) center no-repeat;
    background-size: cover; 
  }
  #textAsesor1 div[class*="col-"]{
    width: 100%;
  }
  #textContacto3 .tit{
    font-size: 24px;
    line-height: 40px;
  }
  #textContacto3 .textoC3{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
  }
  #frmContacto2 .form-control{
    height: 54px;
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 14px;
  }
  #frmContacto2 .textarea{
    height: 110px;
    padding-top: 20px;
  }
  .cntTxt span {
    display: inline;
  }
  .cntTxt{
    padding: 5px 10px;
  }
  .nameTxt{
    font-size: 16px;
  }
  .cntContacto2 .tit{
    font-size: 20px;
  }
}
@media(max-width:680px){
  .contSlider .container .caption {
    font-size: 30px;
  }
  #frmContacto .col-w-100{
    width: 100% !important;
  }
  .cntFomtTop{
    position: relative;
    min-height: 491px;
    padding-top: 327px;
  }
  .titleHome1 {
    font-size: 30px;
  }
  .cntHome3{
    padding-left: 30px;
  }
  .titleNombreServ{
    font-size: 20px;
  }
  .cntContacto2 .tit:before,.cntContacto2 .tit:after{
    width: 200px;
  }
}
@media(max-width: 620px){
  #frmContacto input[type="submit"], #frmContacto input[type="reset"] {
    position: relative;
    top: auto;
    right: auto;
  }
  .cntInput{
    height: auto;
    text-align: center;
  }
  .cntFomtTop{
    padding-top: 370px;
  }
  .contentHome1{
    padding: 80px 0;
  }
  .cntContacto2 .tit:before,.cntContacto2 .tit:after{
    width: 180px;
  }
}
@media(max-width:600px){
  .itemDat2{
    width: 100%;
    margin-right: 0;
  }
  .itemDat3{
    width: 100%;
  }
  .itemInicio2{
    font-size: 18px;
    line-height: 24px;
  }
  .titleInicio1{
    font-size: 24px;
    line-height: 30px;
  }
  .titleHome3{
    height: 60px;
    width: 320px;
    font-size: 26px;
  }
  .cntHome3 {
    max-width: 400px;
  }
  .cntHome3 strong.strong2{
    font-size: 20px;
    line-height: 35px;
  }
  .cntContacto2 .tit:before,.cntContacto2 .tit:after{
    width: 0px;
    height: 0px;
  }
  .cntContacto2{
    border-top: dashed 2px #a1a1a1;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
  }
  .contentContacto2{
    height: auto;
    padding: 55px 0;
  }
  .cntContacto2 .tit {
    font-size: 22px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .datosFiscales{
    flex-wrap: wrap;
  }
  .nameTxt {
    width: 100%;
    margin-right: 0px;
    height: 60px;
    font-size: 15px;
    line-height: 40px;
  }
  .cntTxt {
    width: 100%;
    height: auto;
    padding: 20px 10px;
  }
}
@media(max-width:580px){
  .contentHome3 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media(max-width: 540px){
}
@media(max-width:500px){
	#frmContacto div[class*="col-"]{
		width: 100%
	}
  #frmContacto .tit {
    font-size: 20px;
  }
  .cntFomtTop {
    position: relative;
    min-height: 696px;
    padding-top: 532px;
  }
  .cntHome1 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
  }
  .titleNombreServ{
    font-size: 18px;
    line-height: 24px;
    padding: 0 10px;
  }
  .topAsesor a.tel{
    font-size: 14px;
  }
  #textContacto1 .tit{
    font-size: 20px;
  }
  #frmContacto2 .tit{
    font-size: 14px;
    line-height: 24px;
  }
  #frmContacto2 div[class*="col-"]{
    width: 100%;
  }
}

@media(max-width:480px){
	#footer .tfooter em{
		display: block;
		height: 1px;
		opacity: 0;
	}
  .contSlider .container .caption {
    font-size: 22px;
  }
  .cntInput {
    font-size: 15px;
  }
  .titleInicio1{
    font-size: 20px;
    line-height: 30px;
  }
  .titleHome1 {
    font-size: 22px;
  }
  #bghome1{
    height: 240px;
  }
  .nombreAsesorT {
    font-size: 18px;
  }
  .cntContacto2 .tit {
    font-size: 18px;
  }
}

@media(max-width:420px){
  .contentDarkTop a:last-child {
    margin-left: 0;
    margin-top: 10px;
  }
  .contentDarkTop a:last-child:before{
    width: 0;
    height: 0;
  }
  .slAzul {
    margin-top: 60px;
  }
  .contentDarkTop{
    height: 60px;
    flex-direction: column;
  }
  .cntInput {
    font-size: 13px;
  }
  #frmContacto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .itemInicio2{
    font-size: 14px;
    line-height: 22px;
  }
  .cntInicio1 img{
    width: 120px;
  }
  .titleInicio1{
    font-size: 17px;
    line-height: 24px;
  }
  .cntHome2 {
    height: auto;
    padding-bottom: 20px;
  }
  .titleHome2{
    font-size: 17px;
  }
  .titleHome3 {
    height: 50px;
    width: 290px;
    font-size: 20px;
  }
  .cntHome3 strong.strong2 {
    font-size: 18px;
  }
  .cntHome3 {
    font-size: 15px;
  }
  .topAsesor {
    padding-left: 5px;
    padding-right: 5px;
  }
  .topAsesor a {
    font-size: 12px;
  }
  .iraProp {
    padding-left: 5px;
  }
  .nombreAsesorT {
    font-size: 16px;
    padding-left: 5px;
  }
  #textContacto3 .tit {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  #footer .tfooter{
      display: block;
  }
}
@media(max-width:365px){
  .cntInput {
    font-size: 12px;
  }
  .cntCapt img{
    width: 290px;
  }
  .cntCapt #html_element{
    transform: scale(0.97);
    left: -6px;
    top: -3px;
  }
  .cntContacto2 .tit {
    font-size: 16px;
  }
}