/*modificaciones al header*/

.branding-inner {
	display: none;
}

.custom-logo-link img {
	max-width: 9em;
}

/*#masthead-sticky-wrapper {
	min-height: 120px!important;
}*/

.has-media {
	margin: 0;
	width: 100vw;
	height: 100vh;
}

.btn-menu {
	margin-top: 0;
	padding-left: 5em;
}

.header-text {
	padding-left: 2.5em!important;
}


#wp-custom-header img {
	width: 100vw;
    object-fit: cover;
    height: 100vh;
}

#wp-custom-header::after {
	opacity: 0.4;
}

/*modificaciones en el contenido */

.site-content {
	margin-bottom: 1em;
	margin-top: 1em;
}

article .post-thumbnail {
	display:none;
}

.typed-element {
	text-shadow:5px 5px 5px #000000;
}

/*modificaciones en el footer*/
.site-info {
	display: none;
}

.site-footer {
	padding: 0 30px;
}