/*

Theme Name: Visual Composer Starter NÃO ATUALIZAR!

Theme URI: http://visualcomposer.io

Author: Michael M - WPBakery

Author URI: http://visualcomposer.io

Description: Visual Composer Starter theme designed to be a perfect companion for a simple and good looking website.

Version: 1.2.2

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: custom-menu, blog, one-column, two-columns, theme-options, left-sidebar, right-sidebar, sticky-post, translation-ready, custom-background, editor-style, flexible-header, custom-header

Text Domain: visual-composer-starter

*/
/**************************************/
/* Cabecera                           */
/**************************************/
header {
    border-top: 5px solid #cc0033 !important;
 }
 
 .navbar .container {
     border-bottom: 1px dotted #cc0033;
 }
 
 .nav.navbar-nav {
    margin: 0px !important;
 }
 
 #main-menu a {
    font-size: 0.8em !important;
    text-transform: uppercase;
 }
 
 #slider {
    border-bottom: 1px dotted #555555;
    margin-bottom: 10px;
 }
 
 @media all and (max-width: 640px) {
   #slider {
     display: none;
   }
 }
 
 /**************************************/
 /* Menú principal                     */
 /**************************************/
 body:not(.menu-sandwich) #main-menu ul li.menu-item-has-children > a:before {
    content: '';
 }
 
 #menu-item-316,
 #menu-item-317,
 #menu-item-318,
 #menu-item-319,
 #menu-item-336,
 #menu-item-337,
 #menu-item-338 {
    display: block;
 }
 
 #menu-item-357,
 #menu-item-340,
 #menu-item-341,
 #menu-item-342,
 #menu-item-354,
 #menu-item-355,
 #menu-item-356 {
    display: none;
 }
 
 /**************************************/
 /* Contenido                          */
 /**************************************/
 .entry-title {
    display: none;
 }
 
 h1 {
    background-color: #cc0033 !important;
    display: inline-block;
    padding: 2px;
 }
 
 /**************************************/
 /* Artículos                          */
 /**************************************/
 div.entry-author-data {
    display: none;
 }
 
 div.entry-meta {
    display: none;
 }
 
 div.nav-links.post-navigation {
    display: none;
 }
 
 div.comments-area {
    display: none;
 }
 
 #recent-posts-widget-with-thumbnails-2 {
    border-top: 0px;
    font-size: 0.9em;
 }
 
 
 /**************************************/
 /* Pie de página                      */
 /**************************************/
 footer {
    border-bottom: 5px solid #cc0033 !important;
    font-size: 0.9em !important;
 }
 
 footer a {
    border-bottom: 0px !important;
 }
 
 .footer-bottom {
    display: none;
 }
 
 #execphp-2 a img, #execphp-5 a img {
    padding-bottom: 15px;
    padding-right: 15px;
 }
 
 /**************************************/
 /* Resultados de búsqueda             */
 /**************************************/
 div.search-results-header,
 div.archive li.entry-meta-date a::before,
 div.archive li.entry-meta-author,
 div.archive li.entry-meta-category,
 div.archive li.entry-meta-comments,
 div.archive a.read-more {
    display: none !important;
 }
 
 section.no-results.not-found header.page-header {
    display: none;
 }
 
 div.entry-content.error-404.not-found h1 {
    display: none;
 }
 
 div.entry-content h2.entry-title {
    background-color: #cc0033 !important;
    display: inline-block;
    padding: 2px;
    margin-right: 100%;
    white-space: pre;
 }
 
 div.entry-content h2.entry-title a {
    color: #fff;
 }
 
 nav.navigation.pagination div.nav-links .page-numbers {
    border-radius: 0px;
    font-style: normal !important;
 }
 
 nav.navigation.pagination div.nav-links span.page-numbers.current,
 nav.navigation.pagination div.nav-links span.page-numbers.dots {
    background-color: #eee;
    color: #000;
 }
 
 nav.navigation.pagination div.nav-links a.page-numbers,
 nav.navigation.pagination div.nav-links a.page-numbers:hover {
    color: #cc0033;
 }
 
 nav.navigation.pagination div.nav-links a.page-numbers:hover,
 nav.navigation.pagination div.nav-links a.page-numbers:active {
    background-color: #cc0033;
    color: #fff;
 }
 
 div.archive section.no-results.not-found  div.page-content p {
    content: "";
 }
 
 /**************************************/
 /* Mailchimp                          */
 /**************************************/
 div.widget.widget_mailchimpsf_widget h3.widget-title {
    display: none;
 }
 
 div#mc_subheader {
    margin-bottom: 0.5em;
 }
 
 div#mc_subheader p {
    line-height: 1.7 !important;
    margin-bottom: 0px;
 }
 
 #mc_signup_form .mc_var_label {
    display: none !important;
 }
 div.mc_merge_var {
    margin-bottom: 0px;
 }
 
 div.mc_signup_submit {
    padding-top: 0px;
 }
 
 input#mc_signup_submit.button,
 input#mc_signup_submit.button:active {
    background: none;
    border: 0px;
    border-color: #000000;
    margin-top: 1.2em;
    padding: 0px;
    text-align: right;
    width: 100%;
 }
 
 /**************************************/
 /* Barra de volver atrás              */
 /**************************************/
 div.backButton.Right {
    background:#cc0033;
    border-left: 0px;
    color: #fff;
 }
 
 div.backButton.Right a div.simbolo:before {
    color: #fff;
    font-family: "Noto Sans" !important;
    text-shadow: none;
 }
 
 div.backButton.Right.transition a:hover {
    text-decoration: none !important;
 }
 
 div.backButton.Right a div.texto {
    display: none;
 }
 
 
 div.backButton.Right a:hover div.simbolo {
    border: 0px;
    text-decoration: none;
 }
 
 div.backButton.Right a:hover div.simbolo:before {
    border-bottom: 0px !important;
    text-decoration: none;
 }