/*
	Theme Name: EON Institute
	Theme URI: 
	Author: 
	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: eoninstitute
	Tags: 
*/

html {
  scroll-behavior: smooth;
}

/*
.heading-herobanner {
	border-left: 15px solid #fff;
	padding-left:40px;
}
*/

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

.wp-site-blocks > * + *, body .is-layout-flow > * + * {
    margin-block-start: 0 !important;
}

.wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--custom-menu-hover) !important;	
}

@media (max-width: 768px) {
    .reverse-mobile {
        /* flex-direction: column-reverse; */
    }
}

.n2-ss-button-container p {
	display:none !important;	
}

.left-border {
	border-left:8px solid #fff;
	padding-left:10px;
}

.n2-padding > p:last-child {
	display: none;
} 

.wpcf7 p {
	margin:10px 0 5px 0;
	font-size:15px;
}

.wpcf7-form-control {
	background-color:#ebebeb;
	color:#000;
	border-radius: 5px;
	border:none;
	font-family: Arial;
}

.wpcf7-text, .wpcf7-textarea {
	padding:10px;
	width:94%
}

.my-20 {
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.mt-20 {
	margin-top:20px !important;
}

.wpcf7-submit {
	background-color: #db024a;
	color: #fff;
	font-size: 20px;
	font-family: var(--wp--preset--font-family--the-bold-font);
	padding: 14px 20px 10px 20px;
	min-width:180px;
	border-radius: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	font-size: 16px;
	padding:8px;
}

.centerm-end {
	justify-content: center;
}
.centermt-start {
	text-align: center;
}

.nuestros-colaboradores figure img  {
	max-width:65px;
}

.columns-logos {
	flex-basis:100% !important;
}

@media (min-width: 768px) { 
	.centerm-end {
		justify-content: flex-end !important;
	}
	.centermt-start {
		text-align: left !important;
	}
	
	.nuestros-colaboradores figure img  {
		max-width:100px;
	}
		
	.columns-logos {
		flex-basis:85% !important;
	}
}

.wp-block-navigation__container {
	margin-right: 20px !important;
}

.wp-block-latest-posts__post-title {
	font-family: var(--wp--preset--font-family--the-bold-font);
	border-left: 3px solid #000;
	margin:0.2rem 0 0.4rem 0;
	padding:0.1rem 0.4rem;
}

h5.wp-block-heading {
	font-family: var(--wp--preset--font-family--the-bold-font);
	border-left: 2px solid #000;
	margin:0.2rem 0 0.4rem 0;
	padding:0.1rem 0.6rem;
}

.press-content p {
	margin:0.2rem 0.6rem;
}
.press-content a:hover {
	color: var(--wp--preset--color--custom-azul) !important;
}
.press-content img {
	/*
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5); 
	*/
}
.press-content img:hover {
	/*
	box-shadow: -5px -5px 10px 0px rgba(0, 0, 0, 0.5); 
	*/
}
.press-content {
	padding:1rem !important;
}

ul.list-no-style li {
	list-style-type:none !important;
}