/**************************************MENU**********************************************/

@media (min-width: 1200px) {
	a.u-button-style.u-text-grey-50[class*=u-border-].azul {
		color: cornflowerblue !important;
	}

	.u-nav-item a.u-nav-link.azul {
		color: cornflowerblue !important;
	}
}

/****************************************************************************************/



/**************************************psicologa-especialista-adolescentes**************/

@media (max-width: 575px) {
	#sec-9c31.u-section-14 .u-list-1 {
		min-height: 1500px;
	}
}

/****************************************************************************************/



/**************************************consulta-psicologica-online***********************/

@media (max-width: 575px) {
	#carousel_c347.u-section-6 .u-list-1 {
		min-height: 3500px;
	}

	#carousel_baef.u-section-12 .u-list-1 {
		min-height: 2300px;
	}

	#carousel_baef.u-section-12 .u-valign-top-xs {
		justify-content: center;
	}
}

/****************************************************************************************/


/**************************************psicologa-especialista-adolescentes***********************/

#sec-268a.u-section-19 a {
	cursor: auto;
	color: #ffffff;
}

/****************************************************************************************/


/****************************************legal*******************************************/

#legal span {
	color: #717171;
	font-size: 10px;
}

/****************************************************************************************/


/****************************************float*******************************************/

.float {
	display: none;
}

@media (max-width: 1199px) {

	.header-image {
		height: 500px;
	}

	.fixed-button {
		display: none;
	}

	.float {
		display: block;
	}

	.floating-button {
		position: fixed;
		bottom: -30px;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-weight: bold;
		box-shadow: 2px 2px 3px #999;
		z-index: 100;
	}
}

/****************************************************************************************/