/*
Theme Name: bcntime4us
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://cicle.es
Description: Copy of Twenty Twenty-Four. Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bcntime4us
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
:root {
    --wp--preset--color--base: #000;
    --wp--preset--color--primary: #7c027c;
    --wp--preset--color--secondary: #420142;
}*/



/*
nav.menu_principal  {
  display: table;
  width: 100%;
}

ul.menu_principal  {
  background: linear-gradient(to bottom, #b2b2b2 0%, #606060 100%);
    border-bottom: 1px solid #5d5d5d;
    border-top: 1px solid #5d5d5d;
    border-right: 1px solid #5d5d5d;
    line-height: 34px;
    filter: none;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

ul.menu_principal li {
    display: table-cell;
    width: 1%;
    text-align: center;
    border-right: 1px solid #5d5d5d;
    vertical-align: middle;
    height: 45px;
}





ul.menu_principal > li.current {
    box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    filter: none;
}
*/

ul.menu_principal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    gap: 0;
}

/* Cada botón ocupa el mismo ancho */
ul.menu_principal > li {
    flex: 1;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* El enlace ocupa toda la celda */
ul.menu_principal > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 14px 0;
    text-decoration: none;
    color: #fff;
    /*-background: linear-gradient(#9b9b9b, #6b6b6b);*/
    background: linear-gradient(to bottom, #b2b2b2 0%,#606060 100%);
    font-size: 14px;
    border-right: 1px solid rgba(0,0,0,0.25);
    transition: 0.3s;
}

ul.menu_principal > li > a span {
  color: #FFF;
}

/* Quitar borde al último */
ul.menu_principal > li:last-child > a {
    border-right: none;
}

/* Hover */
ul.menu_principal > li > a:hover {
    background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
    color:#fff;
}

/* Item activo igual que el ejemplo */
ul.menu_principal > li.current-menu-item > a {
    background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
    box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    color: #fff;
}


.no-blockstart {
  margin-block-start: 0;
}




.formulario_contacto input[type="text"], .formulario_contacto input[type="email"] {
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  border-radius: 0;
  color: #595959;
  font: 15px/1.4em arial,helvetica,sans-serif;
  margin: 0 0 5px;
  padding: 5px;
  width: 98%;
}

.formulario_contacto textarea {
  background-color: #FFFFFF;
  border: 1px solid #C0C0C0;
  border-radius: 0;
  color: #595959;
  font: 15px/1.4em arial,helvetica,sans-serif;
  margin: 0 0 5px;
  min-height: 130px;
  padding: 5px;
  resize: none;
  width: 98%;
}

.formulario_contacto input[type="submit"] {

  background-color: #595959;
  border: medium none;
  border-radius: 0;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font: 15px/1.4em arial,helvetica,sans-serif;
  margin: 0;
  margin-top: -40px;
  margin-right: 0px;
  max-width: 35%;
  padding: 5px;
}

.formulario_contacto .wpcf7-list-item {
  margin: 0px;
}

div.separador:before {
    content: " | ";
    color: #FFF;
}