/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2025 | 08:39:25 */
.parrafo-pag, 
.block-editor-block-list__block:has( > .parrafo-pag )
{
	grid-column:4 / 10;
}

.destacado-pag, 
.block-editor-block-list__block:has( > .destacado-pag ){
	grid-column: 3 / 11;
}

.about-seccion, 
.block-editor-block-list__block:has( > .about-seccion ){
	display:grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	row-gap: 1.2em;
}

.seccion-ohayo {
	--wp--preset--color--accent: #E68B41;
	/*background: #fff url(https://ohayotrends.com/wp-content/themes/oto/assets/images/lineas_desktop_oto2.png) center 80px repeat-y;
	background-blend-mode: multiply;
    -webkit-background-blend-mode: multiply;*/
}



.seccion-ohayo::before{
	content: "";
	position: absolute;
	inset: 0; /* top:0; right:0; bottom:0; left:0 */
	background: transparent url(https://ohayotrends.com/wp-content/themes/oto/assets/images/lineas_desktop_oto2.png) center 0 repeat-y;
	background-blend-mode: multiply;
	-webkit-background-blend-mode: multiply;
	background-size: 100vw;
	height: calc(100% + 200vw);             
	animation: slideY 100s linear infinite;
	will-change: transform;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	transition: opacity .3s linear;
	
	width: 100vw;
	left: 50%;
    translate: -50% 0;
}

section.active .seccion-ohayo::before{
	opacity: 0.2;
	transition: opacity 1.5s linear;
	
}

@keyframes slideY {
  0%   { transform: translateY(0); }
  100% { transform: translateY(calc(-100vw * (1700 / 1200))); } 
}

.seccion-ido {
	--wp--preset--color--accent: #BE2F73;
}

.toc a:not(.active, :hover){
	opacity: 0.05
}

.toc a{
	transition: opacity 0.2s ease;
}

body.page section{
	scroll-margin-top: 100px;
}
body.page section#ito{
	scroll-margin-top: 1000px;
}
