/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: 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.
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
Version: 1.0.1709030040
Updated: 2024-02-27 11:34:00

*/

.wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-width: none !important;
}

.nbl-cursos-nbl-container, .nbl-cursos-oficiales-container, .nbl-promociones-container {
	
}

.nbl-curso-nbl-miniatura, .nbl-curso-oficial-miniatura, .nbl-promocion-miniatura {
    display: flex;
    align-items: center;
    flex-flow: column;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 10px 40px 10px;
}

.nbl-curso-nbl-miniatura .wp-block-post-title, .nbl-curso-oficial-miniatura .wp-block-post-title {
	display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: var(--wp--preset--color--custom-color-1);
    color: var(--wp--preset--color--white);
    width: -webkit-fill-available;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-size: large;
	min-height: 85px;
    padding: 10px;
	font-weight: normal;
}

.nbl-promocion-miniatura .wp-block-post-title {
	display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    background-color: var(--wp--preset--color--custom-color-4) !important;
    color: var(--wp--preset--color--white) !important;
    width: -webkit-fill-available;
    text-align: center;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    font-size: 20px;
	font-weight: normal;	
    min-height: 85px;
    padding: 0px 40px !important;
}

.nbl-link-button-style a, .nbl-promocion-miniatura .wp-block-post-title a {
	color: white;
	text-decoration: none;
	font-weight: normal !important;
	font-size: 20px;
	padding: 1rem 2rem;
}

.nbl-curso-nbl-miniatura img, .nbl-curso-oficial-miniatura img, .nbl-promocion-miniatura img {
	border-radius: initial;
}

.nbl-curso-nbl-titulo a, .nbl-curso-oficial-titulo a, .nbl-curso-nbl-miniatura .wp-block-post-title a, .nbl-curso-oficial-miniatura .wp-block-post-title a, .nbl-promocion-titulo a {
    color: white;
	text-decoration: none;
	padding: 10px 40px;
	width: inherit;
	font-weight: normal;
}

.nf-form-content input[type=submit] {
    background-color: var(--wp--preset--color--custom-color-4);
    color: white;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    cursor: pointer;
    padding-left: 1em;
    min-width: 150px;
    min-height: 60px;
    padding-right: 1em;
}

.nf-form-content input[type=submit]:hover, .nf-form-content input[type=submit]:active {
    background-color: var(--wp--preset--color--custom-color-1);
    color: white;
    padding-right: 4em;
    padding-left: 4em;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-width: 150px;
    min-height: 60px;
}

.nbl-frontpage-cta {
    background-color: #000000;
    /* margin-top: 0; */
    /* margin-bottom: 0; */
    /* height: 84vh; */
    /* margin: 0px; */
    /*
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
	*/
}

.nbl-frontpage-cta .wp-block-cover {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
   /* min-height: 84vh;*/
    overflow: hidden;
    /*overflow: clip;*/
    padding: 1em;
    position: relative;
   /* flex-direction: column;*/
    /*flex-wrap: nowrap;*/
   /* align-content: center;*/
}

.fill-viewport {
	width: 100vw;
	height: 100vh;
}

.wp-block-video {
	height: 100%;
}

video {
    object-fit: contain;
    overflow-clip-margin: content-box;
    overflow: clip;
}

/* MEDIA QUERIES */

@media (max-width: 768px) {
	
	.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
	
	video {
    	object-fit: cover;
    	overflow-clip-margin: content-box;
    	overflow: hidden;
		height:100%;
	}
	
	.nbl-curso-nbl-miniatura, .nbl-curso-oficial-miniatura {
	   	margin: 10px 10px 40px !important;
	}
}

@media (min-width: 768px) {
	
	.wp-container-core-post-template-layout-1.wp-container-core-post-template-layout-1 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 900px) {
	
	.wp-container-core-post-template-layout-1.wp-container-core-post-template-layout-1 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
