















.dnd-section > .row-fluid {
	max-width: 68em;
}

.dnd-section {
	padding-bottom: 3em;
	padding-top: 3em;
}

.body-container__homepage .dnd-section:nth-child(odd) {
	background-color: #7B7B7B;
}





/* html {
font-size: pt;
} */

body {
	color: #7b7b7b;
	font-family: Open Sans;
	font-size: 13pt;
	line-height:normal;
	line-height: 1.65000317;
}


p {
	font-family: Open Sans;
	font-weight: 400;
	font-size: 1.2em;
margin: 0 0 2em 0;
line-height:1.37500;
}

a {
	color: rgba(179, 100, 188, 1.0);
	text-decoration: underline;
}
a:hover, a:focus {
	color: rgba(179, 100, 188, 1.0);
	text-decoration: none;
}

a:active {
	color: rgba(179, 100, 188);
}

h1 {
	color: #82368c;
	font-family: Open Sans;
	font-size: 2.75em;
	font-weight: 900;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

h2 {
	color: #53005E;
	font-family: Open Sans;
	font-size: 2.25em;
	font-weight: 900;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

h3 {
	color: #B364BC;
	font-family: Open Sans;
	font-size: 1.75em;
	font-weight: 900;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

h4 {
	color: #7b7b7b;
	font-family: Open Sans;
	font-size: 1.1em;
	font-weight: 900;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

h5 {
	color: #7b7b7b;
	font-family: Open Sans;
	font-size: 0.9em;
	font-weight: 900;
	margin: 0 0 1em 0;
	line-height: 1.5em;
} 

h6 {
	color: #7b7b7b;
	font-family: Open Sans;
	font-size: 0.7em;
	font-weight: 900;
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

blockquote {
	border-left: 4px solid #7B7B7B;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: .5em 0 .5em 2em;
}






form,
.submitted-message {
	border-color: rgba(238, 238, 238, 1.0) ;
	font-family: Open Sans2;
	border-width: 0px;
	border-style: solid;
}

h3.form-title {
	background-color: rgba(#null, 0.0);
	color: rgba(85, 85, 85, 1.0);
}

.hs-button,
.button--primary {
	background-color: rgba(205, 185, 173, 1.0);
	border-color: rgba(13, 186, 178, 1.0);
	border-radius: 15px;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size:12px;
	line-height: 1;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: rgba(13, 186, 178, 1.0);
	border-color: rgba(13, 186, 178, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(13, 186, 178, 1.0);
	border-color: rgba(13, 186, 178, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
	color: rgba(85, 85, 85, 1.0);
	font-size:13px;
}

.hs-form legend {
	color: rgba(85, 85, 85, 1.0);
}

form input:not([type="submit"]),
form select,
form textarea,
.hs-input {
	border-color: rgba(203, 214, 226, 1.0);
	color: ;
	background-color: rgba(245, 248, 250, 1.0);
	border-width: 1px;
	border-radius:15px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(82, 168, 236, 0.8);
}
form select.hs-input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 9px 10px;
}
.actions {
	margin-top: 18px;
	padding: 17px 0px;
}

.fn-date-picker .pika-table thead th {
	color: rgba(250, 250, 250, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #7b7b7b;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Open Sans2;
}

.fn-date-picker td.is-today .pika-button {
	color: #7B7B7B;
}

.fn-date-picker td.is-selected .pika-button {
	background: #7B7B7B;
}

.fn-date-picker td .pika-button:hover {
	background-color: #7B7B7B !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(123, 123, 123, 1.0);
	color: rgba(123, 123, 123, 1.0);
}

thead th,
thead td {
	background-color: rgba(123, 123, 123, 1.0);
	color: rgba(250, 250, 250, 1.0);
}

tfoot td, tfoot th {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(123, 123, 123, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(123, 123, 123, 1.0);
}





.header {
	background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
	max-width: 68em;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: rgba(123, 123, 123, 1.0);
}

body .custom-menu-primary a:hover,
body .custom-menu-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: rgba(123, 123, 123, 1.0);
}

body .custom-menu-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
	color: rgba(163, 163, 163, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
	background-color: #7B7B7B;
}
body .submenu.level-2,
body .header__language-switcher .lang_list_class {
	background-color: rgba(255, 255, 255, 1.0);
	border-color: rgba(123, 123, 123, 1.0);
}
.submenu.level-2  li {
	border-color: rgba(123, 123, 123, 1.0);
}
body .submenu.level-2 a {
	background-color: rgba(255, 255, 255, 1.0);
}
body .submenu.level-2 .menu-item .menu-link {
	color: rgba(163, 163, 163, 1.0);
}
body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover {
	background-color: rgba(163, 163, 163, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Open Sans;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(123, 123, 123, 1.0);
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(255, 255, 255, 1.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(123, 123, 123, 1.0);
	}
}





.footer {
	background-color: rgba(239, 238, 237, 1.0);
	color: #555555;
}

.footer__container {
	max-width: 68em;
}

.footer .hs-button,
.footer .button--primary {
	background-color: rgba(13, 186, 178, 1.0);
	border-color: rgba(255, 255, 255, 1.0);
	border-radius: 10px;
	border-width: 0px;
	color: rgba(255, 255, 255, 1.0);
}

.footer .hs-button:hover,
.footer .hs-button:focus,
.footer .button--primary:hover,
.footer .button--primary:focus {
	background-color: rgba(196, 136, 203, 1.0);
	border-color: rgba(#null, 0.0);
	color: rgba(255, 255, 255, 1.0);
}

.footer .hs-button:active,
.footer .button--primary:active {
	background-color: rgba(196, 136, 203, 1.0);
	border-color: rgba(#null, 0.0);
	color: rgba(255, 255, 255, 1.0);
}

.footer form input:not([type="submit"]),
.footer form select,
.footer form textarea,
.footer .hs-input {
	border-color: rgba(85, 85, 85, 1.0);
	color: ;
	background-color: rgba(255, 255, 255, 1.0);
	border-width: 1px;
	border-radius:10px;
}

.footer form input:focus,
.footer form select:focus,
.footer form textarea:focus,
.footer .hs-input:focus {
	border-color: rgba(233, 233, 233, 1.0);
}
.footer .hs-form label {
	color: rgba(85, 85, 85, 1.0);
	font-size:1em;
}
.footer a {
	color: #555555;
}
.footer a:hover {
	color: #555555;
}





.content-wrapper {
	max-width: 68em;
}
.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
	padding-bottom: 3em;
	padding-top: 3em;
}

.blog-post__date {
	border-color: #7b7b7b;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #7b7b7b;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #535353;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
	color: #a3a3a3;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #7B7B7B;
}

.blog-pagination__link {
	color: #7b7b7b;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #7B7B7B;
}

.blog-post__title {
	color: #53005E;
	font-family:Open Sans;
	font-size: 2.25px;
	font-weight: ;
}

.blog-post__author {
	background-color: #7B7B7B;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}










body .icon svg {
	fill: #7B7B7B;
}

body .tns-nav button.tns-nav-active {
	background-color: #7B7B7B;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #7B7B7B;
}

body .social-links__icon {
	background-color: #7B7B7B;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #7B7B7B;
}

.page-center {
	max-width: 68em;
	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

@media(max-width: 1679px) {
	body {
		font-size: 11pt;
	}
}
@media(max-width: 979px) {
	body {
		font-size: 12pt;
	}
}

@media(max-width: 1279px) {
	.header__container,
	.page-center,
	.footer__container, .dnd-section > .row-fluid, .content-wrapper {
		max-width: 90%;
	}
	h3 {
		font-size: 1.25em;
	}
}
@media(max-width: 767px) {
	h1 {
		font-size: 2em;
	}
	h2 {
		font-size: 1.8em;
	}
}
@media (max-width: 479px) {
	th, td {
		padding: .3rem;
	}
	h1 {
		font-size: 1.75em;
	}
	h2 {
		font-size: 1.5em;
	}
}



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

.ocultar_item {
	display: none;
}
.submenu.level-1 > li.no-submenu.menu-item:nth-child(3) > a {
	margin-right: 0;
}