/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.asersa-header-block {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; 
  justify-content: flex-end; 
  width: 45%;
  text-align: right;
  padding: 10px;
  float: right;
  gap: 12px; 
}

.asersa-header-block img {
  max-width: 15%;
  height: auto;
  margin-left: 10px;
}

.asersa-header-block p {
  font-size: 1.1rem;
  color: #015496;
  margin: 0;
  font-weight: 500;
  text-align: right;
  font-style: italic; 
}

@media only screen and (max-width: 800px) {
  .asersa-header-block {
	width: 100%;
	flex-direction: row; /* imatge a l'esquerra, text a la dreta */
	justify-content: flex-start; /* tot cap a l'esquerra */
	text-align: left;
	float: left;
  }

  .asersa-header-block p {
	text-align: left;
  }
  
  .asersa-header-block img {
	max-width: 14%;
	height: auto;
	margin-left: -10px;
  }
  
}


#wrapper #main .fusion-blog-shortcode .entry-title a, .fusion-blog-shortcode .entry-title a {
	color: #015496 !important;
}

#contenedor-entradas-layout .fusion-builder-column-2 {
  --awb-spacing-left-large: 0 !important;
  --awb-spacing-right-large: 0 !important;
  --awb-spacing-left-medium: 0 !important;
  --awb-spacing-right-medium: 0 !important;
  --awb-spacing-left-small: 0 !important;
  --awb-spacing-right-small: 0 !important;
}




/* .fusion-logo {max-width: 22rem !important;} */

@media (max-width: 617px) {

.fusion-body .fusion-page-title-bar h1 {font-size: 2rem !important;}
.fusion-page-title-bar h3 {font-size: 1.5rem !important; line-height: 2rem !important;} 
.texto-info-inicio p {font-size: 2rem !important;}
h1.title-heading-center {font-size: 3rem !important;}

}