/* Add here all your css styles (customizations) */
.da-slider{
  width: 100%;
  height: 427px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: transparent url(../../img_compressed/bg-wood.jpg) repeat 0% 0%;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
  -webkit-transition: background-position 1.4s ease-in-out 0.3s;
  -moz-transition: background-position 1.4s ease-in-out 0.3s;
  -o-transition: background-position 1.4s ease-in-out 0.3s;
  -ms-transition: background-position 1.4s ease-in-out 0.3s;
  transition: background-position 1.4s ease-in-out 0.3s;
}

/* Color Blue de Textalytics */
.cblue-texta {
  color: #4765a0;  /* no es el azul exacto de Textalytics, sino el dark-blue de los botones, el exacto es: 06379B */
}

.search-block h1 {
        font-size: 30px;
}



/* Headline Blue para Textalytics */
.headline-blue-texta h2, .headline-blue-texta h3, .headline-blue-texta h4 {
  border-bottom: 2px solid #4765a0;
}
.headline-blue-texta h2, .headline-blue-texta h3, .headline-blue-texta h4 {
  display: inline-block;
  margin: 0 0 -2px;
  padding-bottom: 5px;
}

/* quitamos el overflow para que el menu de las versiones quede por delante */
.breadcrumbs {
  overflow: visible !important;
}

.clickable {
  cursor: pointer;
}

/* Verde oscuro para los botones de Excel*/
.btn-u.btn-u-dark-green {
     background: #227547;
}
.btn-u.btn-u-dark-green:hover, 
.btn-u.btn-u-dark-green:focus, 
.btn-u.btn-u-dark-green:active, 
.btn-u.btn-u-dark-green.active, 
.open .dropdown-toggle.btn-u.btn-u-dark-green {
   background: #1C633B;
}

.servive-block-dark-green {
  background: #227547;
}

/*Panel Excel Green*/
.panel-dark-green {
   border-color: #227547;
}

.panel-dark-green > .panel-heading {
   background: #227547;
}

/*Panel Blue Textalytics */
.panel-blue-texta {
  border-color: #4765a0;
}

.panel-blue-texta > .panel-heading {
  background: none repeat scroll 0 0 #4765a0;
}

/* imagenes para solutciones > sectores */
.img-ventajas {
  width: 380px;
  height: 260px;
}

/*Modificaciones en el header (logo+menu)*/

#logo-header { 
    height: 70px;
}


@media (max-width: 1024px) {
  #logo-header { 
    height: 60px;
  }
}


/*Margen top, right, left */
.margin-top-5,
.margin-top-10,
.margin-top-15,
.margin-top-20,
.margin-top-25,
.margin-top-30,
.margin-top-35,
.margin-top-40,
.margin-top-45,
.margin-top-50,
.margin-top-55,
.margin-top-60 {
   clear:both;
}
.margin-top-5  { margin-top:5px;}
.margin-top-10 { margin-top:10px;}
.margin-top-15 { margin-top:15px;}
.margin-top-20 { margin-top:20px;}
.margin-top-25 { margin-top:25px;}
.margin-top-30 { margin-top:30px;}
.margin-top-35 { margin-top:35px;}
.margin-top-40 { margin-top:40px;}
.margin-top-45 { margin-top:45px;}
.margin-top-50 { margin-top:50px;}
.margin-top-55 { margin-top:55px;}
.margin-top-60 { margin-top:60px;}


.margin-left-5,
.margin-left-10,
.margin-left-15,
.margin-left-20,
.margin-left-25,
.margin-left-30,
.margin-left-35,
.margin-left-40,
.margin-left-45,
.margin-left-50,
.margin-left-55,
.margin-left-60 {
   clear:both;
}
.margin-left-5  { margin-left:5px;}
.margin-left-10 { margin-left:10px;}
.margin-left-15 { margin-left:15px;}
.margin-left-20 { margin-left:20px;}
.margin-left-25 { margin-left:25px;}
.margin-left-30 { margin-left:30px;}
.margin-left-35 { margin-left:35px;}
.margin-left-40 { margin-left:40px;}
.margin-left-45 { margin-left:45px;}
.margin-left-50 { margin-left:50px;}
.margin-left-55 { margin-left:55px;}
.margin-left-60 { margin-left:60px;}

.margin-right-5,
.margin-right-10,
.margin-right-15,
.margin-right-20,
.margin-right-25,
.margin-right-30,
.margin-right-35,
.margin-right-40,
.margin-right-45,
.margin-right-50,
.margin-right-55,
.margin-right-60 {
   clear:both;
}
.margin-right-5  { margin-right:5px;}
.margin-right-10 { margin-right:10px;}
.margin-right-15 { margin-right:15px;}
.margin-right-20 { margin-right:20px;}
.margin-right-25 { margin-right:25px;}
.margin-right-30 { margin-right:30px;}
.margin-right-35 { margin-right:35px;}
.margin-right-40 { margin-right:40px;}
.margin-right-45 { margin-right:45px;}
.margin-right-50 { margin-right:50px;}
.margin-right-55 { margin-right:55px;}
.margin-right-60 { margin-right:60px;}

.i-26 { font-size:26px; }

/* Tabla de precios */

.align-cam {
  text-align: center;
  vertical-align: middle !important;
}

#table-prices {
	border-collapse: inherit;
}

/* Para bajar la opacidad de los apartados de la documentación técnica que no existen para un producto*/
.darkBox{
    filter:alpha(opacity=30); /* IE */
    opacity: 0.3; /* Safari, Opera */
    -moz-opacity:0.30; /* FireFox */
}

/* colores corporativos de textalytics */
.bg-purple-texta {
  background: #af64af !important;
}

.bg-blue-texta {
  background: #4765a0 !important;
}

body {
  font-size: 15px;
}

.info-blocks .info-blocks-in p {
    font-size: 14px;
}

/* Evita doble borde en las filas ocultas de la tabla de versiones y change logs */
.hiddenRow {
	padding: 0 !important;
}

/*Headline v1 para h4*/
.heading-v1 h4:before,
.heading-v1 h4:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}

/* Icono xs para tabla de versiones */
.icon-xs {
  font-size: 10px;
  height: 18px;
  line-height: 18px;
  width: 18px;
  text-align: center;
}

/* Estilos para imágenes en posts */
.alignright {
	float: right;
}

.alignleft {
	float: left;
}

article.post img {
	margin: 10px;
}

/* Descripción del autor del post */
.author-info {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #dddddd;
    color: #333333;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

.author-description {
	padding-left: 120px;
}

.author-avatar {
	padding-top: 10px;
	padding-left: 5px;
}

/* Estilos para comentarios */
.media .media-body hr {
	margin: 15px 0;
}

.comment.depth-2 {
    margin-left: 64px;
}

.comment.depth-3 {
    margin-left: 64px;
}

/* Estilos sidebar */
#sidebar > div > ul {
	padding-left: 0;
}

/* Estilos blog */
.entry-content {
	text-align: justify;
}

/* Pie de foto blog*/
p.wp-caption-text { 
	font-size:11px;
	text-align:center;
}

/* Estilo títulos del blog */
.blog h2 {
	color: #555;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-weight: bold;
}

/* Tabla de precios */
.pricing-mega-v3 .pricing-head h3.bg-dark-blue-price {
	background: none repeat scroll 0 0 #4765a0;
	border-bottom: 1px solid #4765a0;
}
.bg-dark-blue-price {
	background: none repeat scroll 0 0 #4765a0;
}
.no-space-pricing .pricing:hover .pricing-head h4.cdark-blue-price {
	color: #4765a0;
}
.pricing-content li i.cdark-blue-price {
        color: #4765a0;
}
.pricing-mega-v3 .pricing-head h3.bg-blue-price {
	background: none repeat scroll 0 0 rgba(52, 152, 219, 1);
	border-bottom: 1px solid rgba(52, 152, 219, 1);
}
.bg-blue-price {
	background: none repeat scroll 0 0 rgba(52, 152, 219, 1);
}
.no-space-pricing .pricing:hover .pricing-head h4.cblue-price {
	color: rgba(52, 152, 219, 1);
}
.pricing-content li i.cblue-price {
        color: rgba(52, 152, 219, 1);
}
.pricing-content li a.cblue-price:hover, .pricing-content li a.cblue-price:active, .pricing-content li a.cblue-price:focus {
	color: rgba(52, 152, 219, 1);
}
.pricing-mega-v3 .pricing-head h3.bg-red-price {
	background: none repeat scroll 0 0 rgba(231, 76, 60, 1);
	border-bottom: 1px solid rgba(231, 76, 60, 1);
}
.bg-red-price {
        background: none repeat scroll 0 0 rgba(231, 76, 60, 1);
}
.no-space-pricing .pricing:hover .pricing-head h4.cred-price {
	color: rgba(231, 76, 60, 1);
}
.pricing-content li i.cred-price {
        color: rgba(231, 76, 60, 1);
}
.pricing-mega-v3 .pricing-head h3.bg-brown-price {
	background: none repeat scroll 0 0 rgba(156, 128, 97, 1);
	border-bottom: 1px solid rgba(156, 128, 97, 1);
}
.bg-brown-price {
        background: none repeat scroll 0 0 rgba(156, 128, 97, 1);
}
.no-space-pricing .pricing:hover .pricing-head h4.cbrown-price {
	color: rgba(156, 128, 97, 1);
}
.pricing-content li i.cbrown-price {
        color: rgba(156, 128, 97, 1);
}
.pricing-mega-v3 .pricing-head h3.bg-green-price {
	background: none repeat scroll 0 0 #72c02c;
	border-bottom: 1px solid #72c02c;
}
.bg-green-price {
        background: none repeat scroll 0 0 #72c02c;
}
.no-space-pricing .pricing:hover .pricing-head h4.cgreen-price {
	color: #72c02c;
}
.pricing-content li i.cgreen-price {
        color: #72c02c;
}
.pricing-mega-v3 .pricing-head h3.bg-gray-price {
	background: none repeat scroll 0 0 #72c02c;
	border-bottom: 1px solid #95a5a6;
}
.bg-gray-price {
        background: none repeat scroll 0 0 #95a5a6;
}
.no-space-pricing .pricing:hover .pricing-head h4.cgray-price {
	color: #95a5a6;
}
.pricing-content li i.cgray-price {
        color: #95a5a6;
}

.tooltip-inner {
	min-width: 100px;
}

.easy-block-v3 .inner-faq-b a, .easy-block-v3 .inner-faq-b a:active, .easy-block-v3 .inner-faq-b a:focus, .easy-block-v3 .inner-faq-b a:hover {
	color: #fff;
}

/* Estilos para footer y header */

.footer-v1 .footer {
	padding: 20px 0 30px;
}

.footer-v1 .footer h2 {
	font-size: 22px;
}

.footer-v1 .copyright p {
	font-size: 12px;
	color: #dadada;
}

.header .logo img {
	margin: 38px 0 10px -5px
}

/* Estilos para títulos de widgets en el blog y el footer */
.headline span.w-title {
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 22px;
}

.headline-md span.w-title {
  color: #555;
  font-size: 21px;
}

.headline span.w-title {
  margin: 0 0 -2px 0;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 2px solid #e67e22;
}

/* Estilos para título del blog en entrada individual */
.breadcrumbs .b-title {
  color: #666;
  font-size: 22px;
  margin-top: 10px;
  font-family: "Open Sans",Arial,sans-serif;
  font-weight: normal;
}
