html, body {
    height: 100%;
}
body {
    font-size: 14px;
    color: #333333;
    font-family: 'Poppins', sans-serif;
}
.container, .container-fluid {
    max-width: 100%;
    width: 1200px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}
.small, small {
    font-size: 80%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 32px;
}
a, a:hover, a:focus {
    color: #4f98bc;
}
.clear {
    clear: both;
}
.height10 {
    clear: both;
    height: 10px;
}
.height20 {
    clear: both;
    height: 20px;
}
.height30 {
    clear: both;
    height: 30px;
}
.bg-yellow {
    background: #00FF00;
}
.bg-red {
    background: #4f98bc;
}
.yellow {
    color: #fff;
}
.white {
    color: #94DA03;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}
.pacifico {
font-family: 'Pacifico', cursive;
}
.poppins {
    font-family: 'Poppins', sans-serif;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
a, a:hover, a:focus {
    text-decoration: none;
}

/** Menu Home **/
.button_top {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;

}
.button_top span {
    padding: 6px 12px;
}
.button_top span.bg-red {
    border-radius: 0px 0px 0px 10px;
    -moz-border-radius: 0px 0px 0px 10px;
    -webkit-border-radius: 0px 0px 0px 10px;
    border: 0px solid #000000;
}
.button_top span.bg-yellow {
    border-radius: 0px 0px 10px 0;
    -moz-border-radius: 0px 0px 10px 0;
    -webkit-border-radius: 0px 0px 10px 0;
    border: 0px solid #000000;
}
.navbar {
    min-height: 30px !important;
    margin-bottom: 0 !important;
    border: none !important;
}
.menuhome .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    margin-top: -50px;
}
.menuhome .navbar-brand img {
    width: 160px;
    margin-bottom: 10px;
    padding-top: 6px;
}
.menuhome .navbar-default {
    background-color: #fff;
    border-color: none;
    border: none !important;
    margin-top: 15px;
}
.menuhome .navbar-default .navbar-nav > li {
    padding-left: 24px;
    padding-right: 24px;
}
.menuhome .navbar-default .navbar-nav > li.separa {
    padding: 0;
}
.menuhome .navbar-default .navbar-nav > li.last {
    padding-right: 0;
}
.menuhome .navbar-default .navbar-nav > li > a {
    border-bottom: 4px solid #fff;
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    color: #111;
    font-size: 16px;
    padding: 0 0 10px 0;
}
.menuhome .navbar-default .navbar-nav > li > a:focus, .menuhome  .navbar-default .navbar-nav > li > a:hover, .menuhome .navbar-default .navbar-nav > li.active > a {
    color: #4f98bc;
    border-bottom: 4px solid #4f98bc;
    background: #fff;
}
.radios label {
    display: inline-block !important;
    width: auto;
    margin-right: 12px;
    padding-top: 8px;
}
.radios input[type="radio"] {
    margin-right: 2px;
}
.newbutton button {
    background: url(images/newacceso.png) no-repeat center center;
    border: none;
    height: 42px;
    width: 130px;
    box-shadow: none !important;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: left;
    padding-left: 15px;
    margin-top: 5px;
    font-size: 16px;
    padding-top: 3px;
}
.newbutton button .fa {
    color: #94DA03;
    margin-left: 3px;
}


/** Carousel **/
#myCarousel {
    overflow: hidden;
}
#myCarousel .item {
    width: 100%;
}
#myCarousel .item.active {
    position: relative;
}
#myCarousel .captions, #myCarousel2 .captions {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
}
#myCarousel .captions .flex, #myCarousel2 .captions .flex  {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
}
#myCarousel .captions .flex div, #myCarousel2 .captions .flex div {
    display: block;
    text-align: center;
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
#myCarousel h1, #myCarousel2 h1 {
    font-size: 60px;
    margin-bottom: 8px;
}
#myCarousel h3, #myCarousel2 h3 {
    font-size: 32px;
}
#myCarousel .boton, #myCarousel2 .boton {
    display: inline-block;
    width: 100%;
    text-align: center;
    z-index: 99;
    position: absolute;
    font-size: 20px;
    bottom: 140px;
}
#myCarousel .boton a {
    border: 1px solid #FFFFFF;
	border-radius: 45px;
    color: #FFFFFF;
	text-transform:uppercase;
    background: transparent;
    padding: 7px 12px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
#myCarousel .boton a:hover {
    border: 1px solid #fff;
    color: #fff;
}
#myCarousel .overlay, #myCarousel2 .overlay {
    /*background: rgba(0,0,0,0.4);*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#myCarousel .carousel-indicators {
    bottom: 0;
    left: 10px;
    right: 10px;
    text-align: center;
    margin-left: 5px;
    width: 100%;
}
#myCarousel .carousel-indicators li {
    border: medium none;
    border-radius: 0;
    height: 90px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 140px;
    background: none;
}
#myCarousel .carousel-indicators span.slidethumbnail {
    position: relative;
    display: block;
    border: 2px solid #FFFFFF;
    height: 90px;
    width: 140px;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
}
#myCarousel .carousel-indicators .active span.slidethumbnail {
    border: 2px solid #94DA03;
}
.carousel-control.left, .carousel-control.right {
    background: rgba(0,0,0,0.5);
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    text-shadow: none;
    top: 40%;
}



.footer-home {
    background: #000;
    border-top: 3px solid #4f98bc;
    padding: 20px 0 50px 0;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-home a {
    color: #fff;
}
.footer-home a:hover {
    color: #4f98bc;
}
.footer-home .redes {
    text-align: right
}
.footer-home .redes a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    color: #000;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin-left: 2px;
    padding-top: 5px;
}
@media(max-width: 498px) {
    .footer-home .redes {
        text-align: center;
        margin-top: 10px;
    }
}

/**************************
/ PAGINAS
/**************************/
.topbar {
    background: #000;
    color: #B3B3B3;
    font-family: 'Ubuntu', sans-serif;
    padding: 6px 0;
}
.topbar span {
    margin-left: 10px;
}
.topbar i {
    margin-right: 4px;
}

.menupage {
    background: url('images/bg-menu.png') repeat-y center center;
    border-bottom: 1px solid #fff;
}
.menupage .navbar-brand {
    float: left;
    height: auto;
    padding: 6px 0;
}
.menupage .navbar-brand img {
    width: 180px;
}
.menupage .navbar-default {
    background: url('images/bg-gris.png') repeat top left;
    border-color: none;
    border: none !important;
    margin-top: 0;
}
.menupage .navbar-default .navbar-nav > li {
    padding-left: 12px;
    padding-right: 12px;
}
.menupage .navbar-default .navbar-nav > li > a {
    border-bottom: none;
    font-family: 'Ubuntu', sans-serif;
    color: #111;
    font-size: 15px;
    text-transform: uppercase;
    padding: 23px 0 23px 0;
}
.menupage .navbar-default .navbar-nav > li > a:focus, .menupage  .navbar-default .navbar-nav > li > a:hover, .menupage .navbar-default .navbar-nav > li.active > a {
    color: #4f98bc;
    border-bottom: none;
    background: transparent;
}
.menupage .navbar-default .navbar-nav > li.online a {
    color: #fff;
    font-weight: 400;
    padding-left: 45px;
}
.menupage .navbar-default .navbar-nav > li.online, .menupage .navbar-default .navbar-nav > li.online.open {
    background: url('images/btn-online.png') no-repeat left center !important;
}
.menupage li.online .dropdown-menu > li > a, .menupage li.online .dropdown-menu > li > a:focus, .menupage li.online .dropdown-menu > li > a:hover {
    text-align: left !important;
    color: #333 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;

}
li.onlyphone {
    display: none !important;
}
.navbar .fa-angle-right {
    display: none;
}
li.accesomovil {
    display: none;
}
.icon-location {
    display: none;
}
label.error {
    color: #990000;
    font-size: 12px;
    border: 1px solid #f69a9a;
    background: #fcd7d7;
    padding: 4px 10px;
}
li.borde { 
        display: none;
}

@media (max-width: 1100px) {
  .menupage {
        background: #eaeae9;
  }
  .menupage .navbar-header {
      float: none;
  }
  .menupage .navbar-left,.navbar-right {
      float: none !important;
  }
  .menupage .navbar-toggle {
      display: block;
  }
  .menupage .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .menupage .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .menupage .navbar-collapse.collapse {
      display: none!important;
  }
  .menupage .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .menupage .navbar-nav>li {
      float: none;
  }
  .menupage .navbar-default .navbar-nav > li > a {
    border-bottom: 4px solid #eaeae9;
    padding: 7px 0 7px 0;
  }
  .menupage .navbar-default .navbar-nav > li > a:focus, .menupage  .navbar-default .navbar-nav > li > a:hover, .menupage .navbar-default .navbar-nav > li.active > a {
        color: #4f98bc;
        border-bottom: 4px solid #eaeae9;
        background: #eaeae9;
    }
  .menupage .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .menupage .collapse.in{
      display:block !important;
  }
  .menupage .navbar-default .navbar-nav > li.online {
    display: none;
  }
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .newbutton {
    display: none;
  }

  li.onlyphone {
    display: block !important;
  }
  .button_top {
        font-size: 17px;
    }
    .button_top span {
        padding: 4px 8px;
    }
    .menuhome .navbar-brand {
        margin-top: -46px;
    }
   .menuhome .navbar-brand img {
        width: 170px;
   }
   .menuhome .navbar-toggle {
        position: relative;
        float: right;
        padding: 0;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        background: none !important;
    }
    .menuhome .navbar-default .navbar-toggle .icon-bar {
        background-color: #4f98bc;
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 0;
    }
    .menuhome .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #fff !important;
    }
    .menuhome .navbar-default .navbar-nav > li.separa {
        display: none;
    }
    .menuhome .navbar-default .navbar-nav > li {
        padding: 3px 0;
    }
    .menuhome .navbar-default .navbar-nav > li > a, .menupage .navbar-default .navbar-nav > li > a {
        border-bottom: 1px dashed #A09EF1;
        display: block;
        width: 98%;
        color: #fff;
        padding: 4px 0 8px 0;
        position: relative;
        text-transform: none;
    }
    .menuhome .navbar-default .navbar-nav > li > a:focus, .menuhome  .navbar-default .navbar-nav > li > a:hover, 
    .menuhome .navbar-default .navbar-nav > li.active > a,
    .menupage .navbar-default .navbar-nav > li > a:focus, .menupage  .navbar-default .navbar-nav > li > a:hover, 
    .menupage .navbar-default .navbar-nav > li.active > a
     {
        color: #fff;
        background: #4f98bc;
        border-bottom: 1px dashed #A09EF1;
        text-transform: none;
    }
    .menuhome .navbar-brand img {
        width: 160px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-top: 0;
    }
    .menuhome .navbar-default {
        margin-top: 0;
    }
    .navbar-collapse {
        background: #4f98bc;
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar .fa-angle-right {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 8px;
        color: #A09EF1;
    }
    li.accesomovil {
        display: block;
        background: #3eae2b;
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    li.borde { 
        display: block;
    }
    li.borde a {
        border-left: 6px solid #3eae2b;
        padding-left: 10px !important;
    }
    .menuhome .navbar-default .navbar-nav > li.accesomovil span, .menupage .navbar-default .navbar-nav > li.accesomovil span {
        color: #fff;
        font-family: 'Roboto Condensed', sans-serif;
        display: inline-block;
        font-size: 18px;
    }
    .menuhome .navbar-default .navbar-nav > li.accesomovil > a, .menupage .navbar-default .navbar-nav > li.accesomovil > a {
        display: inline-block;
        background: #1B179F;
        width: auto;
        padding: 7px 20px;
        margin-left: 10px;
        border-bottom: none !important;
    }
    .icon-location {
        display: inline-block;
        position: absolute;
        right: 48px;
        top: 17px;
    }
    .icon-location img {
	max-width:20px;
    }
}

@media(max-width: 1100px) {
   .menupage .navbar-toggle {
        position: relative;
        float: right;
        padding: 0;
        margin-top: 20px;
        margin-right: 0;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
        background: none !important;
    }
    .menupage .navbar-default .navbar-toggle .icon-bar {
        background-color: #4f98bc;
        display: block;
        width: 26px;
        height: 3px;
        border-radius: 0;
    }
    .menupage .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #eaeae9 !important;
    }
    .menupage .navbar-default .navbar-nav > li {
        padding: 3px 0;
    }
    .menupage .navbar-default .navbar-nav > li.online a {
        color: #111;
        font-weight: 400;
        padding-left: 0;
    }
    .menupage .navbar-default .navbar-nav > li.online a:hover, .menupage .navbar-default .navbar-nav > li.online a:focus {
        color: #4f98bc;
    }
    .menupage .navbar-default .navbar-nav > li.online {
        background: none;
    }
    li.onlyphone a {
        display: block;
        color: #fff !important;
        background: #4f98bc !important;
        padding: 6px 10px !important;
    }
    .nuevoboton {
        display: none;
    }
    .menuhome .navbar-brand {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .hidemobile {
        display: none !important;
    }
    .menuhome .navbar-default .navbar-nav > li, .menupage .navbar-default .navbar-nav > li {
        padding-left: 15px;
    }
}

body.page {
    background: #f3f3f3;
}
.cabecera {
    padding: 40px 0 140px 0;
    position: relative;
    color: #fff;
}
.cabecera .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.cabecera h1, .cabecera h2, .cabecera h3, .cabecera h4 {
    color: #fff;
}
.line {
  display: inline-block;
  background: #fff;
  height: 1px;
  width: 100px;
  margin: 10px 0 15px 0;
}
.maincontent {
    margin-top: -100px;
    background: #fff;
    padding: 15px 20px;
}
.breadcrumbs {
    color: #4f98bc;
    text-align: right;
    margin-bottom: 30px;
}
.breadcrumbs a, .breadcrumbs .fa {
    color: #999;
    margin-right: 5px;
}
.maincontent h4 {
    color: #4f98bc;
    font-size: 22px;
    margin-bottom: 10px;
}
ul.lista {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.lista li {
    padding: 10px 0;
    border-bottom: 1px dotted #c9c9c9;
}
.cuadro {
    border-radius: 8px;
    background: #f3f3f3;
    padding: 10px 20px;
}
a.btn, .formulario input[type="submit"], button.btn {
    color: #fff;
    background: #96ca4a;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    padding: 8px 20px;
    width: auto;
    min-width: 100px;
    border: none;
    border-radius: 10px;
    margin-bottom: 12px;
    vertical-align: top;
}
a.btn.mini, button.btn.mini {
    padding: 4px;
    min-width: 10px;
    font-size: 14px;
    width: 24px;
    height:24px;
    line-height: 16px;
}
a.btn:hover, a.btn:focus, .formulario input[type="submit"]:hover, .formulario input[type="submit"]:focus, button.btn:hover, button.btn:focus {
    background: #b0d244;
    color: #fff;
}
.tabs {
    border-bottom: 1px solid #e6e6e6;
}
a.tab {
    display: inline-block;
    color: #111;
    background: #e6e6e6;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border-radius: 0 !important;
    padding: 7px 20px;
}
a.tab.active, a.tab:hover, a.tab:focus {
    color: #fff;
    background: #4f98bc;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.formulario input[type="text"], .formulario input[type="tel"], .formulario input[type="password"], .formulario input[type="email"], .formulario textarea, .formulario select {
    border: 1px solid #ddd;
    padding: 10px 5px;
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
}
.formulario label {
    font-weight: normal;
    display: block;
}
.formulario input[type="checkbox"] {
    margin-right: 4px;
}

.paddingslateral {
    padding-left: 6%;
    padding-right: 6%;
    color: #999;
}
.paddingslateral p {
    color: #999;
}
.paddingslateral h5 {
    font-size: 18px;
    color: #111;
    margin-bottom: 12px;
}
.paddingslateral a {
    color: #4f98bc;
}
p.email {
	padding: 5px 0 5px 4px;
	color:#000000;
	font-size:20px;
}
p.email svg {
	margin-right:6px;
}
p.phone {
	padding: 5px 0 5px 4px;
	color:#000000;
}
p.phone svg {
	margin-right:6px;
}

p.horario {
	padding: 5px 0 5px 4px;
	color:#000000;
}
p.horario svg {
	margin-right:6px;
}
p.direccion {
	padding: 5px 0 5px 4px;
	color:#000000;
}
p.direccion svg {
	margin-right:6px;
}
.dotted {
    height: 1px;
    margin: 20px 0;
    border-top: 1px dotted #d9d9d9;
}
.formulario h4 {
    margin-top: 20px;
}
.modal-content {
    border-radius: 0 !important;
}
.modal-content h4 {
    color: #4f98bc;
}
.modal-content h5 {
    color: #111;
    font-size: 16px;
    margin-bottom: 12px;
}
.modal-dialog {
    width: 840px;
    margin: 30px auto;
    max-width: 100%;
}
.ventanasuccess {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
}
.ventanasuccess .contenedor {
    width: 640px;
    max-width: 100%;
    margin: 80px auto 40px auto;
    background: #fff;
    padding: 30px 20px 20px 20px;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.ventanasuccess a#cierra {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 20px;
}
.slide_movil {
    display:none;
}

@media(max-width: 767px) {
    .slide_desktop {
        display:none;
    }
    .slide_movil {
        display: block;
    }
}

@media(max-width: 498px){
    h1 {
        font-size: 30px;
    }
	#myCarousel2 {
        overflow: hidden;
    }
    #myCarousel2 .item {
        width: 100%;
    }
    #myCarousel2 .item.active {
        position: relative;
    }
    #myCarousel2 h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    #myCarousel2 h3 {
        font-size: 32px;
    }
    #myCarousel2 .boton {
        display: inline-block;
        width: 100%;
        text-align: center;
        z-index: 99;
        position: absolute;
        font-size: 20px;
        bottom: 140px;
    }
    #myCarousel2 .boton a {
        border: 1px solid #FFFFFF;
    	border-radius: 45px;
        color: #FFFFFF;
        background: transparent;
        padding: 7px 12px;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    #myCarousel2 .boton a:hover {
        border: 1px solid #fff;
        color: #fff;
    }
    #myCarousel2 .overlay {
        /*background: rgba(0,0,0,0.4);*/
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    #myCarousel2 .carousel-indicators {
        bottom: 0;
        left: 10px;
        right: 10px;
        text-align: center;
        margin-left: 5px;
        width: 100%;
    }
    #myCarousel2 .carousel-indicators li {
        border: medium none;
        border-radius: 0;
        height: 90px;
        margin-bottom: 5px;
        margin-left: 0;
        margin-right: 5px !important;
        margin-top: 0;
        width: 140px;
        background: none;
    }
    #myCarousel2 .carousel-indicators span.slidethumbnail {
        position: relative;
        display: block;
        border: 2px solid #FFFFFF;
        height: 90px;
        width: 140px;
        -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.3);
    }
    #myCarousel2 .carousel-indicators .active span.slidethumbnail {
        border: 2px solid #00FF00;
    }
}

.caret {
    margin-left: 6px;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #4f98bc;
    background-color: #fff;
}

@media(max-width: 1100px) {
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #fff !important;
        background-color: transparent !important;
    }
    .dropdown-menu {
        position: relative !important;
        top: inherit !important;
        left: inherit !important;
        float: none !important;
        font-size: 14.5px !important;
        background-color: transparent !important;
        border: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    .dropdown-menu > li > a {
        padding: 6px 10px !important;
        color: #fff !important;
        background: transparent !important;
    }

}


/********************
/* AREA PRIVADA
/********************/
.pagelogin {
    width: 500px;
    margin: 30px auto;
    min-height: 400px;
    max-width: 100%;
}
ul.menuadmin {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #e9e9e9;
    background: #f2f2f2;
}
ul.menuadmin li {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
ul.menuadmin li a {
    color: #111;
    display: block;
    padding: 8px 12px;
    border-bottom: 1px solid #e9e9e9;
}
ul.menuadmin li a:hover, ul.menuadmin li a:focus, ul.menuadmin li a.active {
    background: #4f98bc;
    color: #fff;
}


/** LOGIN **/
.container-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
}
.area-login {
    background: #fff;
    width: 500px;
    max-width: 100%;
    margin: 40px auto;
    padding: 20px;
    position: relative;
}
.area-login a#cerrar {
    position: absolute;
    top: 5px;
    font-size: 20px;
    color: #999;
    right: 10px;
}

.onlyphone {
    display: none;
}

@media(max-width: 598px) {
    .paddingslateral {
        padding-left: 0;
        padding-right: 0;
    }
}

@media(max-width: 498px) {
    
    .button_top span {
        padding: 4px 7px;
        font-size: 15px;
    }

    .onlyphone {
        display: block;
    }
    
    .hiddenphone {
        display: none;
    }
}


.ui-widget li, .ui-widget-content li, .ui-autocomplete li, .ui-front li {
    display: block;
    padding: 9px 12px;
    border-bottom: 1px solid #e9e9e9;
}
.ui-widget li:hover, .ui-widget-content li:hover, .ui-autocomplete li:hover, .ui-front li:hover {
    cursor: pointer;
    background: #f4f4f4;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.ui-helper-hidden-accessible {
    display: none !important;
}
h4.creditosanteriores {
    display: inline-block;
}
.radios {
    margin-bottom: 20px;
}
.radios label {
    display: inline-block;
    padding-left: 8px;
    font-size: 12px;
}
.botones button {
    background: #f4f4f4;
    border: 1px solid #e9e9e9;
    padding: 30px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 140px;
}
.botones button .fa {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 5px;
}
.botones {
    margin: 40px 0;
    text-align: center;
}
.botones .fa-facebook {
    color: #3b579d;
}
.botones .fa-google-plus-square {
    color: #dc493c;
}
.botones .fa-instagram {
    color: #ab30b7;
}
.botones .fa-newspaper-o {
    color: #555;
}
.botones .fa-podcast {
    color: #f9983a;
}
.botones .fa-file-text-o {
    color: #976505;
}
.botones .fa-user-o {
    color: #057397;
}
.botones .fa-user {
    color: #4f98bc;
}
.botones .fa-address-card-o {
    color: #4fad29;
}
.botones .fa-bookmark-o {
    color: #05971a;
}
.fineze {
    color: #4f98bc;
}

/** MENU DESKTOP **/
/**
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
  margin-bottom: 15px;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
  font-family: 'Roboto Condensed', sans-serif;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
**/


.menutcp {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 4px solid #4f98bc;
    border-top: 1px solid #4f98bc;
}
.menutcp a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #111 !important;
}
.menutcp .cierra-drowdown {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.menutcp .cierra-drowdown a {
    font-size: 24px;
}
.menutcp ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menutcp ul li {
    margin: 0;
    padding: 0;
}


.publicPrestamos, .publicAhorros, .publicPlanes {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 4px solid #4f98bc;
    border-top: 1px solid #4f98bc;
}
.publicPrestamos a, .publicAhorros a, .publicPlanes a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #111 !important;
}
.publicPrestamos .cierra-drowdown, .publicAhorros .cierra-drowdown, .publicPlanes .cierra-drowdown {
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}
.publicPrestamos .cierra-drowdown a, .publicAhorros .cierra-drowdown a, .publicPlanes .cierra-drowdown a {
    font-size: 24px;
}
.publicPrestamos ul, .publicAhorros ul, .publicPlanes ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.publicPrestamos ul li, .publicAhorros ul li, .publicPlanes ul li {
    margin: 0;
    padding: 0;
}
.cols5 {
    display: inline-block;
    float: left;
    width: auto;
    padding: 0 15px;
    margin-right: 25px !important;
}
.cols5 a.subelemento {
    color: #4f98bc !important;
    display: block;
    clear: both;
}
.mensajeCartaConstancia {
    border: 1px solid #dd0000;
    color: #dd0000;
    padding: 15px;
    text-align: left;
    margin-left: auto;
    margin-right:auto;
    max-width: 80%;
    display: none;
}
.dropdown-menu li.tituloresponsive {
    padding-right: 8px;
}
.dropdown-menu li.tituloresponsive span {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    background: rgba(0,0,0,0.1);
    padding: 8px;
    max-width: 100%;
    display: block;
}
ul.menupsobreahorros {
    list-style-type:none;
    margin: 0;
    padding: 0;
}
ul.menupsobreahorros a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 30px;
}



.menuresponsive {
    display: none;
}
.menudesktop {
    display: block;
}
@media(max-width: 991px) {
   .menuresponsive {
        display: block;
    }
    .menudesktop {
        display: none;
    } 
}

#ventanaaplicar a.boton {
    display: inline-block;
    width: 460px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 9px 12px;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 10px;
    border: 1px solid #4f98bc;
    background: #fff;
    color: #4f98bc;
    border-radius: 24px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
#ventanaaplicar a.boton:hover {
    background: #4f98bc;
    color: #fff;
    border: 1px solid #4f98bc;
}
.cajabotones {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    width: 500px;
    max-width:100%;
    margin: 0 auto;
    padding: 20px;
}
.cajabotones h4 {
    margin: 20px 0;
    font-size: 18px;
}
.cajabotones input {
    padding: 14px;
    border: 1px solid #e0e0e0;
}
.cajabotones button {
    height: auto;
    max-width: 100%;
    width: 200px !important;
    padding: 12px;
    color: #fff;
    background: #090689;
    font-weight: 600;
    border-radius: 4px;
    opacity: 0.9;
    margin-top: 24px;
}
.cajabotones button:hover {
    opacity: 1;
}
.cajabotones button .fa-angle-right {
    font-size: 18px;
    display: inline-block;
    padding-left: 10px;
}
.cajabotones .formulariotpm {
    padding: 20px 30px;
}
.userbar span.nameuser {
    margin-right: 12px;
}
.userbar {
    color: #4f98bc;
}
.userbar a {
    color: #4f98bc;
    margin: 0 8px;
}
.userbar .fa {
    color: #4f98bc;
}
td.actions, th.actions {
    width: 76px;
}
.myalert.alert-info {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #4f98bc;
    background: #f8f8f8;
    color: #4f98bc;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
}
.myalert.alert-danger {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #cc0000;
    background: #f8f8f8;
    color: #cc0000;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
}
.myalert.alert-warning {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 6px solid #d3b615;
    background: #f8f8f8;
    color: #d3b615;
    border-radius: 0;
    position: relative;
    padding-left: 42px;
}
a.btnwarning {
    color: #fff;
    background: #d3b615;
    display: inline-block;
    padding: 4px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    margin-left: 6px;
}
.myalert .fa {
    font-size: 20px;
    margin-right: 12px;
    position: absolute;
    left: 15px;
    top: 15px;
}
.blue {
    color: #4f98bc;
}
h5 {
    font-size: 18px;
}
.formabsolute {
    position: relative;
}
.formabsolute input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 100px;
}
.formabsolute button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    background: #96ca4a;
    color: #fff;
    border: none;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 12px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.formabsolute button:hover {
    background: #b0d244;
    color: #fff;
}
.button-checkbox button.btn, .button-radio button.btn {
    color: #fff;
    background: #888;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    margin-bottom: 8px;
}
.button-checkbox button.btn.btn-success, .button-radio button.btn.btn-success {
    background: #85c61b !important;
}
.button-checkbox .fa {
    margin-right: 8px;
}
td.descriptionpagos {
    font-family: 'Roboto Condensed', sans-serif;
    width: 220px;
}
td.inputpagos {
    width: 150px;
    padding-right: 12px;
}
.diaspago {
    margin-top: 15px;
}
.btncobros {
    color: #fff;
    background: #85c61b;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros:hover {
    opacity: 1;
}
.btncobros2 {
    color: #fff;
    background: #999;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    border-radius: 0 !important;
    padding: 7px 20px;
    width: auto;
    min-width: inherit;
    font-size: 14px;
    border: none;
    opacity: 0.9;
}
.btncobros .fa {
    font-size: 16px;
    margin-right: 5px;
}
.fileuploader-input .fileuploader-input-caption {
    color: #666 !important;
    font-weight: normal !important;
    white-space: nowrap;
}
.fileuploader-input .fileuploader-input-button, .fileuploader-popup .fileuploader-popup-content .fileuploader-popup-button.button-success {
    background: #85c61b !important;
    border-radius: 0 !important;
}
.fileuploader-input .fileuploader-input-button {
    padding: 15px 18px !important;
    font-weight: normal !important;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.fileuploader-items .fileuploader-item .fileuploader-action.fileuploader-action-remove i::after {
    content: "X" !important;
    font-family: 'Arial', sans-serif !important;
}
input.calendario {
    background-image: url(images/calendar.png);
    background-position: 10px center;
    background-size: 20px;
    background-repeat: no-repeat;
    padding-left: 42px !important;
}
#ui-datepicker-div {
    z-index: 100 !important;
}
.highlight-green {
    border: 1px solid #85c61b !important;
    background: #85c61b !important;
}

.sinpaddings .row {
    margin: 0 -3px;
}
.sinpaddings .col-sm-2, .sinpaddings .col-xs-6, .sinpaddings .col-sm-1, .sinpaddings .col-sm-3 {
    padding: 0 2px;
}
span.rechazado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #cc0000;
}
span.enproceso {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #4f98bc;
}
span.completado {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin-right: 3px;
    background: #85c61b;
}
.btn-consultar {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    padding: 6px 10px;
    background: #ddd;
    color: #222;
    border:none;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn-consultar:hover {
    background: #b0d244;
    color: #fff;
}
a.file-icon {
    display: inline-block;
    text-align: center;
    width: 160px;
}
a.file-icon .fa {
    font-size: 60px;
    margin-bottom: 8px;
}
.pagination {
    text-align: center;
    display: block;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 1px 8px;
    background: #fff;
    color: #333;
    border: 1px solid #f0f0f0;
    margin: 0 2px;
    border-radius: 4px;
}
.pagination span.current {
    background: #4f98bc;
    color: #fff;
    border: 1px solid #4f98bc;
}
.noshowdesktop {
    display: none;
}
li.titulo {
    font-size: 18px;
    margin-bottom: 8px !important;
}
table.nominas td {
    font-size: 14px;
    padding: 2px 10px 2px 0;
}
table.nominas input {
    width: 90px !important;
}
.botonescerrar a {
    display: inline-block;
    border: 1px solid #3eae2b;
    color: #fff;
    width: 100px;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    background: #3eae2b;
    height: auto;
    border-radius: 10px;
}
.botonescerrar button {
    display: inline-block;
    border: 1px solid #666;
    color: #fff;
    width: 100px;
    font-size: 12px;
    padding: 4px;
    text-align: center;
    background: #666;
    height: auto;
    border-radius: 10px;
}
.checkcaracteristicas label {
    float: left;
    width: 20%;
    margin-bottom: 10px;
}
table.detalleproducto {
    margin-bottom: 30px;
}
table.detalleproducto td {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}
table.detalleproducto th {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 4px;
}

@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody,
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
    #no-more-tables th {
        display: none !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    #no-more-tables tr td { 
        border: 1px solid #ccc; 
        min-height: 48px;
        text-transform: uppercase !important;
    }
     #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 12px !important; 
        white-space: normal;
        text-align:left !important;
        padding-top: 24px !important;
    }
    #no-more-tables td.nodatatitle { 
        padding-left: 12px !important; 
        padding-top: 10px !important;
    }
    #no-more-tables td.nodatatitle strong { 
        font-size: 12px;
        font-weight: normal;
        color: #888 !important;
    }
    #no-more-tables td::before {
        position: absolute;
        top: 6px;
        left: 12px;
        width: 100%;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
        color: #888 !important;
        font-size: 12px;
    }
    /*
    Label the data
    */
    #no-more-tables td:before { 
        content: attr(data-title); 
    }
    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #fff;
    }
    .formmovimientos {
       padding-bottom: 12px !important;
    }
}
.uppercase {
    text-transform: uppercase;
}

input.uppercase {
    text-transform: uppercase;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}
.notificacion-bag {
    display: inline-block;
    position:relative;
    top: -6px;
    margin-left: 1px;
    background: #dd0000;
    color: #fff;
    width: 20px;
    height:20px;
    border-radius: 50%;
    text-align: center;
    font-size:11px;
    line-height: 20px;
}
.notificacion-bag2 {
    display: inline-block;
    position:relative;
    top: -6px;
    margin-left: 1px;
    background: #ff8125;
    color: #fff;
    width: 20px;
    height:20px;
    border-radius: 50%;
    text-align: center;
    font-size:11px;
    line-height: 20px;
}
.notificacion-bag3 {
    display: inline-block;
    position:relative;
    top: -6px;
    margin-left: 1px;
    background: #8f27df;
    color: #fff;
    width: 20px;
    height:20px;
    border-radius: 50%;
    text-align: center;
    font-size:11px;
    line-height: 20px;
}
label {
    margin-bottom: 0;
}
.btnultimos {
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.clear-responsive {
    display: none;
}
.formbuscar {
    position: relative;
    width: 300px;
    max-width: 100%;
}
.formbuscar input {
    border: 1px solid #ddd;
    padding: 8px 50px 8px 10px;
    width: 100%;
    height: 40px;
}
.formbuscar button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    border: none;
    background: #b0d244;
    color: #fff;
    width: 42px;
}
#fotocamara {
    background: #f8f8f8;
    border: 1px dashed #ccc;
    width: 320px;
    height: 220px;
    max-width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
#fotocamara p {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #d0d0d0;
}
.formulario input[type="text"].input-hidden {
    width: 100%;
    margin-bottom: 0;
    border: none;
    height: 1px;
    padding: 0;
    color: #fff;
    opacity: 0;
}



@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table, 
    #no-more-tables thead, 
    #no-more-tables tbody,
    #no-more-tables td, 
    #no-more-tables tr { 
        display: block; 
    }
    #no-more-tables th {
        display: none !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #no-more-tables tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }
    #no-more-tables tr td { 
        border: 1px solid #ccc; 
        min-height: 48px;
        text-transform: uppercase !important;
    }
     #no-more-tables td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 12px !important; 
        white-space: normal;
        text-align:left !important;
        padding-top: 24px !important;
    }
    #no-more-tables td.nodatatitle { 
        padding-left: 12px !important; 
        padding-top: 10px !important;
    }
    #no-more-tables td.nodatatitle strong { 
        font-size: 12px;
        font-weight: normal;
        color: #888 !important;
    }
    #no-more-tables td::before {
        position: absolute;
        top: 6px;
        left: 12px;
        width: 100%;
        white-space: nowrap;
        text-align: left;
        font-weight: normal;
        color: #888 !important;
        font-size: 12px;
    }
    /*
    Label the data
    */
    #no-more-tables td:before { 
        content: attr(data-title); 
    }
    .table-striped > tbody > tr:nth-of-type(2n+1) {
        background-color: #fff;
    }
    .formmovimientos {
       padding-bottom: 12px !important;
    }
}



@media(max-width: 767px) {
    .clear-responsive {
        clear:both;
        display: block;
    }
    .listadoconsulta button {
       margin: 10px 0;
    }   
    .blocklogin {
        padding: 20px 15px 10px 15px;
    } 
}
input.uppercase {
    text-transform: uppercase;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
}
::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
}
:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}
.black {
    color: #222;
}
button.volver {
    background: #96ca4a;
    border: none;
    width: auto;
    border-radius: 10px;
    font-weight: normal;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff !important;
    border: 1px solid #ddd;
    color: #333 !important;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 40px;
    border-radius: 0 !important;
    margin-bottom: 15px;
}
.listaproductos {
    border-bottom: 1px solid #f0f0f0;
    padding: 10px 0;
}
.formconsulta button {
    color: #fff;
    border: none;
    background: #96ca4a;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 15px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 10px;
}
.formconsulta button:hover {
    background: #b0d244;
    color: #fff;
}


/*** MOVIMIENTOS RESPONSIVE ****/
#menutoggle {
    display: none;
}
.movimientosresponsive {
    display: none;
    font-size: 13px;
    color: #777;
}
.movimientosresponsive .encabezado {
    text-transform: uppercase;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #000;
}
.movimientosresponsive .row {
    margin: 0;
    border-top: 1px solid #e9e9e9;
}
.movimientosresponsive .row.balance div {
    padding-top: 10px;
    font-size: 14px;
}
.movimientosresponsive .row .col-xs-3, .movimientosresponsive .row .col-xs-4, 
.movimientosresponsive .row .col-xs-5, .movimientosresponsive .row .col-xs-6,
.movimientosresponsive .row .col-xs-7, .movimientosresponsive .row .col-xs-8 {
    padding-bottom: 7px;
}
.movimientosresponsive .row:nth-child(2n+1) {
    background: #f8f8f8;
}
.movimientosresponsive .fecha {
    font-size: 14px;
    margin-bottom: 3px;
    padding-top: 9px;
    color: #000;
}
.movimientosresponsive .black {
    color: #000;
}
.movimientosresponsive .descripcion {
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 1px;
}

@media(max-width: 800px) {
    .menuadmin {
        display: none;
        margin-top: 15px !important;
    }
    #menutoggle {
        display: block;
    }
    .movimientosresponsive {
        display: block;
    }
    .movimientosdesktop {
        display: none;
    }
}

.formeditar .btn.editar, .formeditar .btn.guardar {
    padding: 6px;
    font-size: 12px;
}
input.sincorreo {
    border: none !important;
}

@media(max-width: 767px) {
    span.bloque {
        display:block;
        margin-bottom: 15px;
    }
}


.rolling {
    z-index: 9999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(255,255,255,0.8);
}
.rolling div.flex {
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
}
.rolling .flex .bloque {
    display: block;
    text-align: center;
    width: 100%;
}
.rolling img {
    width: 50px;
    background: none;
}
@keyframes ldio-d9pqjimts2q {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
.ldio-d9pqjimts2q div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid #4f98bc;
  border-top-color: transparent;
  border-radius: 50%;
}
.ldio-d9pqjimts2q div {
  animation: ldio-d9pqjimts2q 1s linear infinite;
  top: 50px;
  left: 50px
}
.loadingio-spinner-rolling-vcjruns3d7 {
  width: 58px;
  height: 58px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.ldio-d9pqjimts2q {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.58);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.ldio-d9pqjimts2q div { box-sizing: content-box; }
.mapa {
    position: relative;
}
.mapa a.linkmapa {
    display: block;
    width: 100%;
    height: 350px;
    position: absolute;
    top: 0;
    left: 0;
}
.mapa iframe {
    width: 100%;
    height: 350px;
}
.menuresponsive .fa-caret-down {
    font-size: 12px;
    margin-left: 4px;
}
.menuresponsive .submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menuresponsive .submenu a, .menuresponsive .submenu span {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 5px;
    display:block;
}
#tabSolicitudesPAhorro ul, #tabPrestamosPAhorro ul {
    padding-left: 15px !important;
}

.publicAhorros ul, .publicPlanes ul {
    text-align: center !important;
}
.publicAhorros ul .cols5, .publicPlanes ul .cols5{
    float: none !important;
    margin: 0 22px !important;
}


/*** Archivo Digital ***/
td.directorio {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f8f8f8;
    padding-right: 30px;
}
td.directorioactions {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f8f8f8;
    padding-right: 5px;
}
td.directorioactions a, td.directorioactions a .fa {
    color: #555 !important;
}
.directorio img {
    width: 28px;
    margin-right: 4px;
}
.numeroarchivos {
    font-size: 12px;
    color: #666
}
.numeroarchivos span {
    font-size: 10px;
}
.btndirectorio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Poppins', sans-serif;
    color: #333;
}
.btntrash {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: transparent;
    border: none;
    outline: none;
    color: #666 !important;
}
.pathdirectorios {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    color: #555 !important;
    border: 1px solid #f4f4f4;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pathdirectorios img {
    width: 20px;
    margin-right: 4px;
}
.pathdirectorios a {
    color: #555 !important;
}
.pathdirectorios .fa {
    margin: 0 4px;
}
.searchdirectorios form {
    position: relative;
    display: block;
}
.searchdirectorios form input {
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #f4f4f4;
    padding: 5px 12px;
    color: #333;
    height: 34px;
}
.searchdirectorios button {
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    border: none;
    background: #85c61b;
    border: none;
    color: #fff;
}   
.pathdirectorios .ruta {
    padding-top: 8px;
    padding-bottom: 8px;
}
.autocomplete {
  position: relative;
  display: block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
@media(max-width: 767px) {
    .menuhome .navbar-brand img {
        width: 120px;
        margin-top: 8px;
        margin-bottom: 8px;
        padding-top: 0;
    }
}

.administracion .alias {
    display: none;
}
.verde {
    color: #3eae2a;
}
.azul {
    color: #035d67;
}
.formlanding {
    padding-top: 30px;
}
@media(max-width: 767px) {
    .formlanding {
        padding-top: 0;
    }
}
.formlanding input {
    width: 100%;
    margin-bottom: 16px;
    background: #d3e1e2;
    color: #035d67;
    padding: 13px 15px;
    border-radius: 10px;
    border: none;
    outline: none;
}
.toplanding p {
    font-size: 19px;
    font-family: 'Roboto Condensed', sans-serif; 
}
.toplanding h4 {
    font-weight: 600;
}
.toplanding h1 {
    font-weight: 600;
    margin-top: 10px;
}
@media(min-width: 767px) {
    .toplanding h1 {
        font-size: 40px;
    }
}
.height50 {
    height: 50px;
}
.formlanding button {
    background: #035d67;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif; 
    padding: 13px 35px;
    border-radius: 30px;
    border: none;
    outline: none;
    font-size: 18px;
}
.bglanding {
    background: #035d67;
}
.blanco {
    color: #fff;
}
.motivo {
    color: #fff;
    position: relative;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-right: 15px;
    padding-left: 50px;
}
.motivo1 {
    background: #024951;
}
.motivo span {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 50px;
  height: 100%;
  background-size: 23px;
}
.motivo span .fa {
    color: #57a6cd;
    font-size: 24px;
}
.footerleft {
    position: relative;
    padding-left: 176px;
}
.footerleft img {
    width: 160px;
    position: absolute;
    left: 0;
    top: 0;
}
.redesfooter a {
    color: #000 !important;
    background: #fff !important;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
    line-height: 30px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.whatsappfooter {
    text-align: right;
}
.whatsappfooter img {
  width: 72px;
}
.height10 {
    height: 10px;
} 
.imglanding-desktop {
    width: 100%;
}
.imglanding-responsive {
    width: 100%;
    display: none;
}
.phonelanding {
    display: none;
}
.pagelanding .newbutton {
    display: none;
}
.pagelanding .phonelanding {
  display: block;
  font-size: 15px;
  font-weight: 600;
  margin-top: 6px;
}
.pagelanding .phonelanding span {
  display: inline-block;
  background: #4f98bc;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
  margin-left: 5px;
}

@media(max-width: 767px) {
    .whatsappfooter {
        text-align: left;
        margin-top: 30px;
    }
    .imglanding-desktop {
        display: none;
    }
    .imglanding-responsive {
        display: block;
    }
}

@media(max-width: 498px) {
    .footerleft {
        position: relative;
        padding-left: 15px;
    }
    .footerleft img {
        width: 160px;
        position: relative;
        left: inherit;
        top: inherit;
        margin-bottom: 20px;
    }
}

.formlanding {
    padding-right: 30px;
}
.whatsappfix {
    position: fixed;
    bottom: 12px;
    right: 55px;
    z-index: 100;
}
.whatsappfix img {
    width: 52px;
}
.bannerlanding {
    background: url(images/bglanding.jpg);
    padding-left: 0;
    padding-right: 0;
}
.bannerlanding img {
    width: 100%;
}
.contenidolanding {
    padding-top: 30px;
    padding-bottom: 30px;
}
.floatright {
    float: right;
}



@media(max-width: 1100px) {
    .bannerlanding, .contenidolanding {
        float: none;
        width: 100%;
    }
}

@media(max-width: 767px) {
    .contenidolanding {
        padding-top: 0;
        padding-bottom: 9px;
    }
    .contenidolanding .height30 {
        height: 5px;
    }
    .formlanding input {
        margin-bottom: 8px;
    }
    .bannerlanding {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    .formlanding {
        padding-right: 0;
    }
    .floatright {
        float: none;
    }
}



.certificoslanding .navbar-toggle {
    display:none !important;
}
.certificoslanding .icon-location {
    right: 7px !important;
}
.certificoslanding  .navbar-right {
    display:none !important;
}
.certificoslanding .icon-location {
    display:none !important;
}
.calculadoras input[type="text"] {
    width:100%;
    margin-bottom: 15px;
    padding: 9px 12px;
    border:1px solid #ccc;
}
.containerrad {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#fff;
    height: 42px;
}
.containerrad input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.containerrad .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 10px;
  border:1px solid #4f98bc;
  color: #4f98bc;
}
.containerrad input:checked ~ .checkmark {
    background-color: #4f98bc;
    color:#fff;
}
.rowreinvertir {
    margin:0 1px;
}
.rowreinvertir .col-xs-6 {
    padding: 0 1px;
}
.calculadoras .boton {
    background:#4f98bc;
    color:#fff;
    text-transform:uppercase;
    border:none;
    outline:none;
    display:inline-block;
    padding: 9px 40px;
}
.resultadoscalculo {
    min-height:1px;
    border-top: 2px solid #e0e0e0;
    padding-top: 40px;
}
.resultadoscalculo th {
    color: #4f98bc;
    text-transform:uppercase;
}
.resultadoscalculo tr:nth-child(2n+1) td {
    background:#f2f2f2;
}
.resultadoscalculo tr td, .resultadoscalculo tr th {
    border:none !important;
    padding: 8px 10px;
}
.resultadoscalculo td strong {
    font-size: 17px;
    color: #4f98bc;
    font-weight:bold;
}
.resultadoscalculo table {
    margin-bottom: 30px;
}
.inputrd {
    position:relative;
}
.inputrd span {
    position: absolute;
    left: 10px;
    top: 10px;
}
.inputrd input {
    padding-left: 42px !important;
}
.owl-carousel .owl-dots {
    display: none !important;
}
.owl-carousel .owl-nav {
    display: block !important;
    width: 100%;
    text-align: center;
    font-size: 34px;
}
.owl-carousel .owl-nav button {
    margin:  0 10px;
}


@media(max-width:767px {
    .floatright {
        float:right;
    }
}