







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */




:root {
  --main-color: #41338c;
  --secondary-color: #fff79a;  
}





.content-wrapper,
.header-container {
  max-width: 1144px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 23px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1144px;
}





html {
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #222222;
  font-size: 15px;
}

/* Paragraphs */

p {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover,
a:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #484848;
  color: var(--secondary-color);
}

a:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #989898;
  color: var(--secondary-color);
}

/* Headings */

h1,
.h1 {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222222;
  font-size: 41px;
  text-transform: none;
}

h2,
.h2 {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222222;
  font-size: 27px;
  text-transform: none;
}

h3,
.h3 {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222222;
  font-size: 22px;
  text-transform: none;
}

h4,
.h4 {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #222222;
  font-size: 18px;
  text-transform: none;
}

h5,
.h5 {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
  font-size: 15px;
  text-transform: none;
}

h6,
.h6 {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #222222;
  font-size: 13px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #fff79a;
}





button,
.button,
.hs-blog-post-listing__post-button {
  border: 1px solid #241C57;

  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: var(--secondary-color);
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  /*background-color: rgba(0, 0, 47, 1.0);*/
  border-color: #00002f;
  color: #FFFFFF;
}

button:active,
.button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(76, 68, 127, 1.0);
  border-color: #4c447f;
}





form,
.submitted-message {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #fff79a;
}

/* Labels */

form label {
  color: #222222;
}

/* Help text */

form legend {
  color: #222222;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 1px solid #e1e1e1;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #222222;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #e1e1e1;
}

::-moz-placeholder {
  color: #e1e1e1;
}

:-ms-input-placeholder {
  color: #e1e1e1;
}

::placeholder {
  color: #e1e1e1;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #e1e1e1;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #241C57;

  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: var(--secondary-color);
  border-radius: 0px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  /*background-color: rgba(0, 0, 47, 1.0);*/
  border-color: #00002f;
  color: #FFFFFF;
}
}

form input[type=submit]:active,
form .hs-button:active {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(76, 68, 127, 1.0);
  border-color: #4c447f;
}





/* Table */

table {
  border: 1px solid #e1e1e1;

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

/* Table cells */

td,
th {
  border: 1px solid #e1e1e1;

  padding-top: 8px;
padding-right: 20px;
padding-bottom: 8px;
padding-left: 20px;

  color: #222222;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(36, 28, 87, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #222222;
}





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

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #222222;
  font-family: Raleway;
}

.menu__child-toggle-icon {
  border-top-color: #222222;
}

.menu .menu__link:hover,
.menu .menu__link: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: #000000;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000000;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #4a4a4a;
}

.menu__child-toggle-icon:active {
  border-top-color: #4a4a4a;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #222222;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #41338c;

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

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #41338c;

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

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #222222;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #41338c;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 247, 154, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 247, 154, 1.0)

;
}

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

.header__language-switcher-label-current:after {
  border-top-color: #222222;
}

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

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #222222;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(255, 247, 154, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #fff;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 23px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #222222;
}

.blog-post__tag-link {
  color: #222222;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000000;
}

.blog-post__tag-link:active {
  color: #4a4a4a;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #222222;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #4a4a4a;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 23px;
}

#comments-listing .comment-reply-to {
  color: #707070;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #484848;
}

#comments-listing .comment-reply-to:active {
  color: #989898;
}





.hs-search-results__title {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222222;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #222222;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #000000;
}

.hs-blog-post-listing__post-title-link:active {
  color: #4a4a4a;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #222222;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #222222;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #000000;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #4a4a4a;
}

.hs-pagination__link-icon svg {
  fill: #222222;
}

/* Pricing card */

.card__price {
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222222;
  font-size: 22px;
}

.card__body svg {
  fill: #41338c;
}

/* Social follow */

.social-links__icon {
  background-color: #41338c;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #190b64;
}

.social-links__icon:active {
  background-color: #695bb4;
  font-family: 'IBM Plex Sans', sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #222222;
  font-size: 22px;
}

/**** Image Grid ****/
.hs-image__grid__list {
  list-style-type: none;
  padding-left: 0;
}
.hs-image__grid__list__item .hs-image__grid__list__item__image {
  object-fit: contain;
}

/***** FOCUS VISIBLE *****/
:focus-visible {
   outline: 2px solid var(--secondary-color);
}

/*** Special Headers ***/
.peldano_header.--underlined {
  position: relative;
  width: 100%;
  margin-bottom: 2em;
  font-weight: bold;
}
.peldano_header.--underlined::after {
  content:"";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -0.5em;
  left: 0;
  background: linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) 50px, #f5f5f5 50.01px, #f5f5f5 100%);
}

/** ULTIMOS POSTS **/
#main-content .blog-posts {
  display: flex;
  flex-flow: column;
}
#main-content .blog-posts .blog-post__image {
  width: 100%;
  aspect-ratio: 4 / 3;
}
#main-content .blog-posts .blog-post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#main-content .bloc-posts .blog-post__title {
  font-weight: 700;
  color: #0a0a0a;
  margin-top: 1em;
}
@media (min-width: 768px) {
  #main-content .blog-posts {
    display: grid;
    grid-template-columns: repeat(3, calc(33% - (40px / 3)));
    gap: 20px;
  }
}