/*variaciones de styles 2018*/
.banda-area .texto-transparente {
    background-color: rgba(255,255,255,.8);
}
/*cambios bootstrap para nuevos glyphicons*/
.btn-primary {
    color: #fff;
    background-color: #584545;
    border-color: #584545;
}
/*para tablet contenido*/
@media screen and (max-width: 992px){
#sidebar{
  display: inline-block;
  margin-top: 20px;
}
}
/*signo + en accordion*/
.panel-title > a {
  display: block;
  position: relative;
}
.panel-title > a:after {
  content: "\f067"; 
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f068"; 
}

h3, .h3 {
    font-size: 20px;
}
ul.nav-tabs li a {
    text-decoration: none!important;
}
ul.fa-ul li ul li{list-style:initial;}
#sidebar ul.nav-tabs li::before {
    content: none;
}

/*cambios en widget col D*/
.widget-relacionados{
  border-radius: 4px;
}
.widget-relacionados p{

  margin-left: 15px;
  margin-right: 15px;
}
#sidebar .widget h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: 3px solid #584545;
  padding-bottom: 4px;
}
#sidebar ul {
    padding: 0px;
}
#sidebar a {
    color: #584545;
    text-decoration: none;
}
#sidebar .panel {
    border:1px solid #696058;
}
#sidebar .panel-group .panel{
    border:0px solid #696058;
}
#sidebar .panel-title {
    font-size: 20px;
    color: inherit;
}
#sidebar .panel .panel-heading {
    background-color: #696058;
}
#sidebar .panel .panel-heading h3 {
    color:#fff !important;
    font-size: 17px;
}
#sidebar .widget {
    margin-bottom: 15px;
}
#sidebar .panel-body {
    padding: 15px 15px 15px 15px;/*cambio top 0px a 15px para margenes en Saber más tras quitar <p></p>*/
}
#sidebar #accordion .panel-title {
    font-size: 16px;
}
#sidebar #accordion .panel-title a{
    text-decoration: none;
}
#contenido #texto .panel-title a{
    text-decoration: none;
    font-weight: normal;
}
#contenido #texto .panel-default > .panel-heading {
    background-color: #fff;
}
#contenido #texto .panel-title {
    font-size: 15px;
}
p.boton-ayuda{
  margin: 0 0 30px;
}

/*enlaces subrayados en todos los contenidos*/
body.producto .texto a{
  text-decoration: underline;
}
body.producto .slide .texto a {
    text-decoration: none;
}
body.producto .texto a:hover{
  text-decoration: none;
}
body.producto a.boton-privada {
  text-decoration: none;
}
body.producto .texto a.btn-bankoa{
  text-decoration: none;
}
/*oficinas*/
.oficinas-tooltip + .tooltip > .tooltip-inner {background-color: #fff!important;opacity:1!important;}
.oficinas-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:transparent; }
.tooltip.in{opacity:1!important; background-color: transparent !important;}
.tooltip.fade.bottom{left:30px !important; }
.horarios{width:300px;padding:5px; background-color: #fff; color: #000; text-align:left; border:1px solid #ddd; opacity:1!important; }
a.oficinas-tooltip{cursor: pointer; text-decoration: none; font-size: 19px; line-height: 22px; }
a.oficinas-tooltip.tooltip{display: block!important;}
.horario-oficina .nombre{font-weight: bold;}
.horario-oficina .cargo{ margin-bottom: 5px;}
.horario-oficina .correo{}
.horario-oficina .telefono{}
.horario-oficina .telefono a:hover{text-decoration: none;}
.horario-oficina .telefono:before{content: "\f095";font-family: FontAwesome; padding-right:4px;}
.horario-oficina .correo:before{content: "\f0e0";font-family: FontAwesome; padding-right:4px;}
.horario-oficina .col-md-6{padding-top: 0px}
.horario-oficina hr{border-bottom: 1px solid #eee; border-top: 0px solid #eee; clear:both; }

/*Slider añadir flechas*/
.cycle-prev, .cycle-next {
    position: absolute;
    top: 0;
    width: 30%;
    opacity: 1;
    filter: alpha(opacity=0);
    z-index: 800;
    height: 100%;
    cursor: pointer;

}
.cycle-prev {
    left: 0px;
    color:#fff;
    font-size:30px;
}
.cycle-next {
    right: 0px;
    color:#fff;
    font-size:30px;
}
.cycle-next span{
    top:50%;
    position: absolute;
    right: 50px;
}
.cycle-prev span{
    top:50%;    
    position: absolute;
    left:50px;
}


/*accordion vacio*/
.panel-title > a.noPlus::after {
    content: none;
}
.panel-title > a.noPlus {
    cursor:auto;
}

/*tabla comparativa*/
.comparison-table {
    width: 100%;
    margin-bottom: 15px;
    border-width: 1px;
}
.comparison-table .name {
    width: 50%;    
    background: #fff!important;
}
.comparison-table thead {
    line-height: 18px;
}
.comparison-table th.option-1 {
    background: #f1f1f1;
}
.comparison-table .option-1, .comparison-table .option-2 {
    text-align: center;
    background: #f8f8f8;
}
.comparison-table th, .comparison-table td {
    border-width: 1px;
    vertical-align: middle;
    padding: 14px 16px;
    border-style: solid;
    border-color: #e2dede;
    font-weight: normal;
}
.comparison-table thead th {
    padding: 16px;
}
.comparison-table .option-1, .comparison-table .option-2 {
    text-align: center;
    background: #f8f8f8;
}
.comparison-table .option-2 {
    background: #f1f1f1;
}
/*accordion*/
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background: #f9f9f9;
}
@media screen and (max-width: 991px){
.nav-tabs > li > a br{
  display: none;
}
}
/*datatable responsive*/
@media screen and (max-width: 991px){
#contenido table th {
    background: #F2F0ED;
    border-bottom: 1px solid #ccc;
    padding: 5px 5px 5px 25px;
    vertical-align: top;
}
}

/*modal form*/
#te_ayuda .nav > li > a {
    padding: 10px 10px;
}
#te_ayuda {
    padding: 5px!important;
}

/*accesibilidad*/
.breadcrumb span.fa-home b{display: none;}
.breadcrumb span.fa-home b{display: none;}
#social-share i.fa-facebook b, #social-share i.fa-google-plus b, #social-share i.fa-twitter b, #social-share i.fa-linkedin b{
  display:none;
} 
#texto .fa-map-marker b{display:none;}

label[for=acepto]{display: none;}

/*margin bottom slider portada site*/
.portada-site #slider{ margin-bottom: 60px;}

/*redefinición class small*/
.small, small {
    font-size: 77%;
    background-color: #F9F8F7;
    padding:10px;
}
.mbottom-menos2{
  margin-bottom: -2em!important;
}
/*calificacion*/
#contenido #calificacion {
    margin-top: -40px;
}
@media screen and (max-width: 500px){
#contenido #calificacion {
    margin-top: 10px;
    width: 100%;
}
  }

  #contenido .caja-menu {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    letter-spacing: 0px;
    background-color: #f8f7f1;
    border-color: #faebcc;
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #F0EEE1;
    border-radius: 4px;
    text-align: center;
}
  #contenido .caja-menu h3{
        margin-top: 10px;
  }

  #contenido .caja-menu a.btn-bankoa{
    font-size:15px;
  }


#sidebar form a {
    text-decoration: underline;
}
/*cambios iconos*/
#sidebar a.btn i{font-size:22px!important;}