<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

#header{
 background-color: transparent;
  border-bottom-style: none; /* Removes the 1px border below the menu */
}

#logo .fl-photo-img-svg{
	width: 65%;
}

.admin-bar .fl-builder-content[data-type="header"].fl-theme-builder-header-shrink{
	background:#000000;
}

.fl-theme-builder-header-shrink{
background:#000000;
}

#logofooter{
	width: 45%;
}

#Aproposacc a:hover{
	color: #00A6AE;
}

.fl-builder-content .fl-node-5c0e94a346f36 a {
     color: #ffffff !important; 
}

@media only screen and  (max-width: 768px) {
	
.fl-node-5c3869ad999d2 &gt; .fl-col-content{
		border-left: 2px solid #00a6ae !important; 
		border-right: 2px solid #00a6ae !important; 
}

}</pre></body></html>