/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*TRANSVERSAL*/

.verde {
	color: var( --e-global-color-secondary )!important;
	font-style: italic;
}

/* HEADER */

#menu-contacto {
	background: var(--n-menu-title-color-normal);
	padding: 0 16px !important;
    margin: 5px;
}
#menu-contacto span{
	color: #fff!important;
}

/* TABS */

.tabs {
  position: relative;
  z-index: 0;
}

.tabs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #0F2C5C;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  z-index: -1;
}

/* Estilo cuando el tab NO está activo */
.tabs .e-n-tab-title[aria-selected="false"] span{
  font-size: 25px!important;
}

/* FOOTER */

footer ul {
    padding-left: 15px;
}


@media (max-width: 1024px) {
  .tabs::before {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tabs::before {
    width: 100%;
  }
}