/*
Theme Name: Proempleo Taller Emprende
Theme URI: 
Author: Summum Creative Blend
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.2.2
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proempleotalleremprende
*/

html {
  scroll-behavior: smooth;
}
h2 {
	font-size: 32px !important;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0.25rem 0.55rem !important;
}
.wp-block-navigation ul li:last-child {
	background-color:#9246d3 !important;
	color:#fff;
	border-radius:25px;
	padding-right:12px !important;
	padding-left:12px !important;
}


.wp-block-navigation ul li:hover {
	text-decoration:underline !important;
	color:#ff9247 !important;
}
.wp-block-navigation ul li:last-child:hover {
	background-color:#a4ce4e !important;
	color:#fff !important;
}

strong {
	    font-family: BwModelica-Bold !important;
}
.mx-auto {
	margin: 0 auto !important;
}

/*
.wp-site-blocks {
	padding-left: 5px;
	padding-right: 5px;
}
*/
.centermt-end {
	text-align: center;
}
/*
.wp-block-group.has-global-padding {
	padding-top:0 !important;
}

.wp-block-cover__inner-container > .wp-block-group {
	padding-top:0 !important;
}
*/

.wp-block-group {
	padding-top:0 !important;
}

.sticky-item {
  position: fixed;
  top: 0;
  left:0;
  right:0;
  z-index: 1000 !important;
  width: inherit;
  padding-bottom:0.3rem;
	
  background-color: rgba(255, 255, 255, 1) !important;alignment-baseline
}

.sticky-item.scrolled {
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
.menu-resaltar {
	background-color: #9246d2 !important;
}
.menu-resaltar a {
	color:#fff !important;
	background-color: #9246d2 !important;
}
.menu-resaltar:hover, .menu-resaltar a:hover {
	color: #fff !important;
	background-color: #9246d2 !important;
}
.fondo-deg {
	background-image: url('https://mujerseguroemprendes.com/wp-content/uploads/2023/12/Fondo.jpeg') !important;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.header_top_space {
	height:150px;
}
.header_bottom_space {
	height:85px;
}

.text-justify {
	text-align: justify !important;
}

@media (min-width: 768px) { 
	
	.sticky-item {
		background-color: transparent !important;
		box-shadow: none !important;
	}
	.centerm-end {
		justify-content: flex-end !important;
	}
	.centermt-end {
		text-align: right !important;
	}
	
	h1 {
		font-size: 65px;
	}
	h3 {
		font-size: 32px;
	}
	h4 {
		font-size: 19px;
	}
	/*
	.wp-site-blocks {
		padding-left: 0;
		padding-right: 0;
	}
	*/
}

@media (max-width: 760px) {
	
	.wp-block-navigation-item__content {
		color: #075380 !important;
	}
	
	.header_top_space {
		height:110px !important;
	}
	.header_bottom_space {
		height:20px !important;
	}
	
	
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: flex !important;
    }
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none !important;
    }
}
#theme-files-label {
	font-size:1.3em !important;
}
.my-0 {
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.wp-block-navigation__responsive-container-close {
	background-color: #e7700f !important;
}
