/*
Theme Name: Herschel 131
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: herschel131
*/

html {
  scroll-behavior: smooth;
}

.wp-block-cover.alignfull {
	min-height:700px !important;
}

.wp-block-cover__background {
	display:none;
}

.wp-block-navigation ul, .wp-block-navigation ul li {
    list-style: none;
    padding: 0.25rem 0.75rem !important;
	text-transform:uppercase;
}
a.wp-block-navigation-item__content:hover {
	color: #41a1c7 !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;
}

nav.wp-block-navigation {
	padding-top:2%;
}

.sticky-item {
  position: fixed;
  top: 0;
	left:0;
  right:0;
  z-index: 1000 !important;
  width: inherit;
	
  background-color: rgba(255, 255, 255, 1) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  max-height: 80px;
}

.custom-logo {
	max-width: 170px;
	height:auto;
}

/*
.sticky-item.scrolled {
  background-color: rgba(37, 77, 118, 0.7) !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	
  -webkit-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
*/
.menu-resaltar {
	background-color: #075380 !important;
}

.fondo-deg {
	background-image: url('https://talleremprende.proempleo.org.mx/wp-content/uploads/2023/07/Banner_Proempleo2.png') !important;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

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

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

@media (max-width: 760px) {
	
	.custom-logo {
		max-width: 130px !important;
		height:auto;
	}
	.wp-block-navigation-item__content {
		color: #075380 !important;
	}
	
	.header_top_space {
		height:0px !important;
	}
	.header_bottom_space {
		height:120px !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: white !important;
}
