







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */









:root {
  --red: #c12727;
  --blue: #1e90ff;
  --white: #ffffff;
  --lightblue: #00aeef;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}






html {
  font-size: 16px;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #45454b;
  font-size: 16px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #00aeef;
}

a:hover,
a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #0086c7;
}

a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #28d6ff;
}

/* Headings */

h1,
.h1 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #172b52;
  font-size: 45px;
  text-transform: none;
}

h2,
.h2 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #45454b;
  font-size: 26px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #172b52;
  font-size: 21px;
  text-transform: none;
}

h4,
.h4 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #172b52;
  font-size: 18px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #172b52;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #172b52;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #172b52;
}





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

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(193, 39, 39, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(233, 79, 79, 1.0);
  border-color: #e94f4f;
}





form,
.submitted-message {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #172b52;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #172b52;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Montserrat; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 21px;
  color: #172b52;
  background-color: 

  
  
    
  


  rgba(23, 43, 82, 1.0)

;
}


/* Labels */

form label {
  color: #45454b;
}

/* Help text */

form legend {
  color: #45454b;
}

/* 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: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #45454b;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #45454b;
}

::-moz-placeholder {
  color: #45454b;
}

:-ms-input-placeholder {
  color: #45454b;
}

::placeholder {
  color: #45454b;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #c12727;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(193, 39, 39, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(233, 79, 79, 1.0);
  border-color: #e94f4f;
}





/* Table */

table {
  border: 1px solid #45454b;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #45454b;

  padding: 18px;

  color: #45454b;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(193, 39, 39, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #45454b;
}





.header {
  background-color: 

  
  
    
  


  rgba(23, 43, 82, 1.0)

;
}

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

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

.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: #1d1d23;
}

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

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

.menu__child-toggle-icon:active {
  border-top-color: #6d6d73;
}

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #45454b;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(23, 43, 82, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(23, 43, 82, 1.0)

;
}

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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(23, 43, 82, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(23, 43, 82, 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: #45454b;
}





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

/* Blog post */

.blog-post__meta a {
  color: #45454b;
}

.blog-post__tag-link {
  color: #45454b;
}

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

.blog-post__tag-link:active {
  color: #6d6d73;
}

/* 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: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

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

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

.blog-related-posts__title-link:active {
  color: #6d6d73;
}

/* Blog comments */

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

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

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

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





.hs-search-results__title {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #172b52;
}





/* 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: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

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

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

.hs-blog-post-listing__post-title-link:active {
  color: #6d6d73;
}


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

/* Blog pagination */

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

.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: #1d1d23;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #6d6d73;
}

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

/* Pricing card */

.card__price {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #172b52;
  font-size: 21px;
}

.card__body svg {
  fill: #c12727;
}

/* Social follow */

.social-links__icon {
  background-color: #c12727;
}

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

.social-links__icon:active {
  background-color: #e94f4f;
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #172b52;
  font-size: 21px;
}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.rustica { font-family: "Rustica", san-sarif; }

.body-container-wrapper {
  width: 100%;
  display: inline-block;
  background: url(https://5122113.fs1.hubspotusercontent-na1.net/hubfs/5122113/textura.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: contain;
}

.body-container--after-school .three-col-grid.center-star:before, .body-container--potenciadores-de-talento .three-col-grid.center-star:before {
  opacity: 0.2;
  width: 395px;
  height: 395px;
  left: calc(13% - 140.5px);
}

@media(max-width: 1450px){
  .container {
    padding: 0 20px;
  }
}
@media(max-width: 768px){
  .container {
    padding: 0 15px;
  }
}


.dnd-section .dnd-column {
  padding: 0;
}




.blog-post { width: 100%; display: inline-block; max-width: 100%; padding:120px 0 80px 0; }
.blog-post .post-inner { width: 100%; display: inline-block; }
.blog-post .post-inner .top { width: 100%; display: inline-block; }
.blog-post .post-inner .feature-image { width: 100%; display: inline-block; line-height: 0; vertical-align: top; }
.blog-post .post-inner .feature-image img { width: 100%; display: inline-block; }
.blog-post .post-inner .logo { width: 100%; display: inline-block; padding: 40px 0; }
.blog-post .post-inner .logo img { width: 100%; display: inline-block; max-width: 320px; object-fit: contain; object-position: center; }
.blog-post .post-inner .title { width: 100%; display: inline-block; }
.blog-post .post-inner .title a { width: auto; display: inline-block; font-size: 50px; font-weight: normal; line-height: 61px; text-align: left; color: #45454b; text-decoration: none; }
.blog-post .post-inner .title h1 { width: 100%; display: inline-block; font-size: 50px; font-weight: 600; line-height: 61px; font-style: normal; text-align: left; color: #45454b; margin: 5px 0 16px 0; }

.blog-post .post-inner .date-author { width: 100%; display: inline-block; }
.blog-post .post-inner .date-author p { width: 100%; display: inline-block; margin: 0; font-size: 30px; font-weight: normal; line-height: 46px; font-style: normal; text-align: left; color: #00aeef; text-decoration: none; }
.blog-post .post-inner .date-author p span, .blog-post .post-inner .date-author p a { text-decoration: none; }
.blog-post .post-inner .date-author p a:hover { color: #c12727; }
.blog-post .post-inner .social-sharing { width: 100%; display: inline-block; padding: 50px 0; }
.blog-post .post-inner .social-sharing ul { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; margin: 0; padding: 0; gap: 10px; line-height: 0; vertical-align: top; }
.blog-post .post-inner .social-sharing ul li { width: 32px; height: 32px; display: inline-block; }
.blog-post .post-inner .social-sharing ul li a { width: 100%; display: inline-block; }
.blog-post .post-inner .social-sharing ul li a img { width: 100%; display: inline-block; object-fit: contain; object-position: center; }

.blog-post .post-inner .post-body { display: inline-block; width: 100%; }
.blog-post .post-inner .post-body p { font-size: 18px; font-weight: normal; line-height: 28px; font-style: normal; text-align: left; color: #45454b; width: 100%; display: inline-block; }
.blog-post .post-inner .post-body p span { font-size: 18px; font-weight: normal; line-height: 28px; font-style: normal; text-align: left; color: #45454b; }
.blog-post .post-inner .post-body p strong { font-weight: bold; }
.blog-post .post-inner .post-body p a { color: #00aeef !important; !i; !; text-decoration: none; }
.blog-post .post-inner .post-body img { width: auto; !i; !; display: block; vertical-align: top; line-height: 0; object-fit: contain; object-position: center; max-width: 100% !important; !i; !; margin: 0 auto !important; !i; !; }

.blog-post .post-inner .post-body ul, .blog-post .post-inner .post-body ol { width: 100%; display: inline-block; }
.blog-post .post-inner .post-body ul li, .blog-post .post-inner .post-body ol li { width: 100%; font-size: 18px; font-weight: normal; line-height: 28px; text-align: left; color: #45454b; }
.blog-post .post-inner .post-body ul li a, .blog-post .post-inner .post-body ol li a{ text-decoration: none; font-size: 18px; font-weight: normal; line-height: 28px; font-style: normal; text-align: left; color: #45454b; width: 100%; display: inline-block; }

.blog-post .related-sec { width: 100%; display: inline-block; padding-bottom: 50px; }
.blog-post .related-sec h2 { width: 100%; display: inline-block; font-family: "Montserrat"; font-size: 43px; font-weight: normal; line-height: 54px; font-style: normal; text-align: left; color: #45454b; }
.blog-post .related-sec h2 span { font-weight:bold; }
.blog-post .related-post { width: 100%; display: flex; align-items: stretch; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.blog-post .related-post .post { width:calc(100% / 4 - 24px); height: 480px; display: flex; align-items: flex-end; justify-content: flex-start; position: relative; z-index: 1;     background-position: center; background-repeat: no-repeat; background-size: cover; }
.blog-post .related-post .post a { width: 100%; padding: 30px; text-decoration: none; position: relative; z-index: 1; height: 100%; display: flex; align-items: flex-end; justify-content: flex-start; }
.blog-post .related-post .post:after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to top, rgba(23, 43, 82, 1) 0%, rgba(255, 255, 255, 0.5) 100%); }
.blog-post .related-post .caption { width: 100%; display: inline-block; }
.blog-post .related-post .title, .blog-post .related-post .text { width: 100%; display: inline-block; }
.blog-post .related-post .title h3 { width: 100%; display: inline-block; font-family: "Montserrat"; font-size: 19px; font-weight: bold; line-height: 29px; font-style: normal; text-align: left; color: #ffffff; margin: 0 0 16px 0; }
.blog-post .related-post .text { font-size: 15px; font-weight: 300; line-height: 20px; font-style: normal; text-align: left; color: #ffffff; }
.blog-post .post-inner .post-body  blockquote p { margin: 0; }

@media(max-width:1240px){
  .blog-post .related-post .post { width: calc(100% / 2 - 24px);   }
}

@media(max-width:1199px){
  .blog-post .post-inner .title a, .blog-post .post-inner .title h1 { font-size: 36px; line-height: 46px; color: #45454b; }
}

@media(max-width:767px){
  .blog-post .related-post .post {
    width: 100%;
    height: 400px;
  }

  .blog-post .related-sec .container {
    padding: 0;
  }

  .blog-post .related-post .post a {
    padding: 16px;
  }

  .blog-post .related-sec h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-post .post-inner .post-body p, .blog-post .post-inner .post-body span, .blog-post .post-inner .post-body p, .blog-post .post-inner .post-body ul li, .blog-post .post-inner .post-body ol li, .blog-post .post-inner .post-body ul li a, .blog-post .post-inner .post-body ol li a {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-post .post-inner .title a, .blog-post .post-inner .title h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-post .post-inner .social-sharing {
    padding: 24px 0;
  }
}


@media (max-width: 1580px) {
	.pilares-heading{text-align:center !important;}

	
}




@media (max-width: 768px) {
    .hero-banner-section .hero-banner-content .main_heading h1 {
        font-size: 42px !important;
        line-height: 45px !important;
    }
	.footerWrapper{
		justify-content: center;
		justify-items: center;
		display: grid !important;
	}
	
	.redesFtCont {
        justify-items: center !important;
    }
}