/*Definciones para Mobile*/
@media (max-width:640px){
.mobile-hide{
		display:none !important;
	}
	#cover-mobile{
		display: block;
		width:100vw;
		max-height:100vw !important;
		overflow:hidden;
	}
	#cover-desktop{
		display:none;
	}	
.left-float-image{
	margin-right:0px !important;
	width:100% !important;
}
	.right-float-image{
		display:block;
		float:left;
		width:100% !important;
		margin-left:0px !important;
		margin-right:0px !important;
	}
}

/*Definiciones para tablet*/
@media (max-width:920px)
{
	#desktop-nav-bar{
		display: none !important;
	}
	#desktop-floating-siteicon{
		display:none !important;
	}
		.tablet-hide{
		display:none !important;
	}
}

/*Definiciones para mobile y tablet*/
@media (min-width:920px)
{
	#mobile-nav-bar{
		display: none !important;
	}

}

/*Definiciones para desktop y tablet*/
@media (min-width:640px){

	#cover-mobile{
		display:none;
	}
	#cover-desktop{
		display:block;
		border-radius:4px;
		max-height:40vw !important;
		overflow:hidden;

	}
	
.left-float-image{
	margin-right:20px !important;
	}
	
	.right-float-image{
		display:inline-block;
margin-left:20px;
	}
	
	.desktop-hide{
		display:none !important;
	}
	
}


*/------------------------------*/

body{
	margin: 0px;
	padding:0px;		background:url(https://cubactores.com/wp-content/uploads/2023/01/Degradado-blanco.png) no-repeat fixed center;
		font-family:'Open Sans', sans-serif !important;
}

/*contenedores cuadrados*/
.square{
	aspect-ratio: 1/1;
}

/*contenedores rectangulares*/
.rectangle{
	aspect-ratio: 1.618/1;
}

.left-float-image{
	aspect-ratio:1/1;
	width:48%;
	float:left;
	margin-bottom:20px !important;
}

.right-float-image{
	width:48%;
	float:right;
	margin-bottom:20px !important;
}

.rectangular-image{
	aspect-ratio:1.618/1;
	position:relative;
	width:100%;
	margin-bottom:20px !important;
	margin-top:20px;
}


#cover{
	position:relative;
	margin:0px;
	padding:0px;	
}

#text-mobile{
	z-index:1;
	position:absolute;
	bottom:20px;
	left:4%;
}

#text-desktop{
	z-index:1;
	position:absolute;
	bottom:50%;
	translate: 0% 50%;
	max-width:40%;
	left:4%;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Open Sans', sans-serif !important;
	margin-top:20px;
	margin-bottom:0px;
}
p{font-family:'Libre Caslon Text', serif;}

.orange-background{
	background: url(https://cubactores.com/wp-content/uploads/2023/01/Degradado-naraja.png) no-repeat fixed center !important;
}

.white-background{
background:url(https://cubactores.com/wp-content/uploads/2023/01/Degradado-blanco.png) no-repeat fixed top;
}

.header-block{
	position:sticky;
	width:100%;
	padding:0px;
	z-index:100;
	top:0px;
	left:0px;
}

.box-shadow{
	padding:0px;
	box-sizing:border-box;
	box-shadow:0 0 8px 4px #26323888;
}

.box-shadow-2{
	box-sizing:border-box;
	box-shadow:0 1px 6px 0px #26323888;
}

.floating-logo{
	float:left;
	position:absolute;
	top:12px;
	left:12px;
}

.text-shadow{
	text-shadow:0 2px 4px  #263238bb !important;
}

.wp-block-navigation__responsive-dialog{
	/*ajustes al menú fuera de lienzo*/
	margin-top: 32px !important;
}

.wp-block-navigation__responsive-container{
	/*modificaciones al contenedor del menu fuera de lienzo*/
background: url(https://cubactores.com/wp-content/uploads/2023/01/Degradado-naraja.png) no-repeat fixed center !important;
}

.separator-bottom{
	padding-top: 8px !important;
	padding-bottom: 8px !important;
	border-bottom: 2px solid #ffffff88;
	width:90vw !important;
}
#menu-list a{
	padding:0 16px 0 0;
	border-right:1px solid var(--wp--preset--color--foreground);
}

#menu-list a:hover{
	color: var(--wp--preset--color--secondary) !important;
	text-decoration:underline;
	/*border-right:1px solid var(--wp--preset--color--secondary);*/
}
#menu-list a:active{
	color: var(--wp--custom--color--secondary) !important;
	text-decoration:underline;
}

img{
	border-radius:4px;
	object-position: 50% 10%;
	object-fit:cover;

}
.post-thumbnail::after{
	border-radius:4px;
}
.entry-wrapper{
	border-radius:0 0 4px 4px;
}

jp-related-posts-i2__post-img-link{
	overflow:hidden;
	object-fit:cover;
	object-position:top;
}


#socialesMenu{
/*propiedades de los iconos de redes sociales en el menu fuera de lienzo*/
	margin:48px auto;
 gap:20px !important;
}

#insign{
	position:relative;
  top:-256px;
	z-index:99;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

figure{
	margin:0;
}

.img-footer{
	z-index:100;
	position:absolute;
	left:0;
	bottom:0;
}

#cover-mobile img{
	top:0px;
	border-radius:0px;
}

picture img {
	border-radius:0px;
}

.align-bottom{
	margin-bottom:0px;
}

.comment-reply-title{
	margin-bottom:20px !important;
}
.wp-block-uagb-container{
	border-radius:4px !important;
}

#background-wide-screen{
	border-radius:0px !important;
}

.uagb-post__inner-wrap{
	border-radius:4px;
	overflow:hidden;
}


