/*
Theme Name: BUG Custom Theme
Template: hello-elementor
*/

* {
font-family: 'Montserrat' , 'Helvetica';}

html, body {
	overflow-x: hidden;}

[data-elementor-type="wp-page"] {
    position: relative;
    isolation: isolate;
	overflow: hidden;}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
	isolation: isolate;}

h1,h2,h3,h4,h5,h6,p {
	margin-block-start: 0px;
	margin-block-end: 0px;
	font-weight: inherit;}

.elementor-widget-button a {
	display: inline-block;
	vertical-align: middle;}

.bolded, .bolded * {
    font-weight: 700;}

.balanced {
	text-wrap: balance;}

.blue-text {
	color: #505E9D;
	font-weight: 700;}

.boton-con-rombo a span::first-letter,
form .elementor-field-type-upload label::first-letter,
form button span::first-letter {
	margin-right: 12px;
	transform-origin: center;
	transition: all 0.3s ease;}

.banner-mutador {
	transition: all 1s ease;}

#banner-white {
	opacity: 0.25;
	transition: all 0.5s ease-out;}

#banner-blue {
	opacity: 0;}

#banner-blue {
	transition: all 1.5s ease-in;}

#banner-blue.mutado {
	opacity: 1;}

#banner-white.mutado {
	opacity: 0;}

.white-to-blue {
	color: #CCCCCC;
	font-weight: 700;
	transition: all 0.4s ease;}

.white-to-blue.mutado {
	color: #505E9D;}

.texto-mutante,
.texto-mutante-fast {
	opacity: 0;
	transition: all 0.5s ease;}

.texto-mutante.mutado,
.texto-mutante-fast.mutado {
	opacity: 1;}

.mutant-b {
	transition: all 0.5s ease;}

.titular-formulario {
	font-family: 'Montserrat' , serif;}

#menu-footer .e-current a {
	pointer-events: none;
	text-decoration: underline;
	text-underline-offset: 4px;}

@media (min-width: 1026px) {
	
	#menu-header-desk li {
		position: relative;
		display: inline-block;}

	#menu-header-desk li::after {
		content: '';
		position: absolute;
		bottom: 4px;
		right: 0;
		width: 0;
		height: 2px;
		background-color: #505E9D;
		transition: width 0.4s ease;}

	#menu-header-desk li:hover::after {
		width: 100%;
		left: 0;
		right: auto;}

	#menu-header-desk li:has(.e-current)::after {
		width: 100%;
		left: 0;
		right: auto;}

	#menu-header-desk a span {
		transition: all 0.4s ease;}
	
	#menu-header-desk a:hover span {
		transform: scale(1.1);}
	
	#menu-header-desk .e-current {
		pointer-events: none;}

	.page-id-5 #menu-header-desk li::after {
		background-color: #FFFFFF;}

	.page-id-5 #site-header.scrolled #menu-header-desk li::after {
		background-color: #505E9D;}

	.elementor-button {
		transition: all 0.4s ease;}

	.elementor-button-text {
		font-weight: 600;}

	.elementor-button:hover {
		background-color: #ADD0FF;
		color: #272727;}

	.boton-con-rombo a:hover span::first-letter,
	form .elementor-field-type-upload label:hover::first-letter,
	form button:hover span::first-letter {
		transform: rotate(-45deg);}

	.mutant-b.mutado {
		transform: translate(16px , 16px);}

	.titular-formulario {
		font-size: 24px;}

	#menu-footer a:hover {
		text-decoration: underline;
		text-underline-offset: 4px;}

/* FIN DESKTOP QUERY */		
}

@media (min-width: 769px) and (max-width: 1025px) {

	.mutant-b.mutado {
		transform: translate(6px , 6px);}

/* FIN DESKTOP TAB */	
}

@media (max-width: 768px) {

	.mutant-b.mutado {
		transform: translate(6px , 6px);}

/* FIN DESKTOP MOB */	
}