/* Quitar ruta de los post */
.breadcrumbs-container-wrapper { display: none!important; }

/* Quitar fecha de los post
.blog-post .post-info span { display: none!important; } */

.mgt-promo-block .mgt-promo-block-content {
    padding: 0px!important; }

/* Ajustar textos telefon y horario mas email en header */
.header-info-2-text .header-info-half .header-info-content-title {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: bold;  }

/* Tamaño textos amarillos en cabecera */
.header-info-2-text .header-info-half .header-info-content-text {
    font-size: 18px;
}
.header-info-2-text .header-info-half .header-info-content-text {
    font-size: 18px;
		margin-left: 45px;
}

/* Tamaño logo al hacer scroll */
header.fixed:not(.top-menu-position-header) .logo-link > img {
    max-height: 60px;
}

/* Tamaño logo*/
header .logo-link img {
    width: 260px;
  }

.header-info-2-text .header-info-half .header-info-content-text {
  
  /* Color letras encabezado (naranja)*/
      color: #fba03f;
}

/* Dimensionar y colocar textos encabezado*/
.header-info-2-text .header-info-half .header-info-content-text {
  clear: both;
	font-size: 18px;
	margin-left: 42px;
}
.header-info-2-text .header-info-half .header-info-content-title {
  font-size: 12px;
  line-height: 30px;
}

@media (max-width: 500px) {
  .header-info-2-text .header-info-half .header-info-content-text {
    font-size: 17px;
    margin-left: 0;
	}
}
@media (max-width: 350px) {
  .header-info-2-text .header-info-half .header-info-content-text {
    font-size: 14px;
	}
}

/* Bajar botón +info en Nosotros*/
.mgt-promo-block .mgt-promo-block-content .btn {
    margin-top: 30px;
}

/* poner mayúsculas minúsculas texto menú*/
.mainmenu-belowheader.menu-uppercase .navbar .nav > li > a {
    text-transform: capitalize;
    font-size: 18px;
  }
.mainmenu-belowheader.menu-uppercase .navbar .nav > li > a
   :first-letter{
    text-transform: capitalize;
  }

/* poner blackground pagina trámites en blanco*/
.vc_custom_1459162774762 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    background-color: #fff !important;
}

/* LEER MÁS EN BLOG*/

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #521ce8;
    background-color: #f7f7f7;
}

/* QUITAR IMAGEN DESTACADA EN POSTS*/

.blog-post .blog-post-thumb img {
    display: none!important;
}

/* QUITAR COMENTARIOS EN POSTS*/
.comments-title {
    display: none!important;
}

.single-post #blog_show_comment_form {
   display: none!important;
}

/* QUITAR LUPA BUSCADOR DE ENCABEZADO*/
header .header-right ul.header-nav {
     display: none!important;
}

/* Cambiar color texto y borde boton rechazar cookies */
#cookies-eu-reject {
    color: #fff;
    border: 1px solid #fff;
}