







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

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

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





html {
  font-size: 24px;
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #494A52;
  font-size: 24px;
}

/* Paragraphs */

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

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #0270E0;
}



a:active {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #494A52;
  font-size: 50px;
  text-transform: none;
}

h2 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #494A52;
  font-size: 38px;
  text-transform: none;
}

h3 {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
  text-transform: none;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #494A52;
  font-size: 24px;
  text-transform: none;
}

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

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

/* Blockquote */

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





button,
.button {
  border: 1px none #494A52;

  padding-top: 7px;
padding-right: 24px;
padding-bottom: 7px;
padding-left: 24px;

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

  
  
    
  


  rgba(0, 160, 189, 1.0)

;
  border-radius: 20px;
  color: #FFFFFF;
  text-transform: none;
  color: #fff;
  font-size: 18px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 120, 149, 1.0);
  border-color: #21222a;
  color: #fff;
}

button:active,
.button:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 200, 229, 1.0);
  border-color: ;
  color: #fff;
}





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

/* Form title */

.form-title {
  color: #F8FAFC;
}

/* Labels */

form label {
  color: #494A52;
}

/* Help text */

form legend {
  color: #494A52;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #494A52;
}

::-moz-placeholder {
  color: #494A52;
}

:-ms-input-placeholder {
  color: #494A52;
}

::placeholder {
  color: #494A52;
}

/* Inputs - date picker */

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

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #494A52;

  padding-top: 7px;
padding-right: 24px;
padding-bottom: 7px;
padding-left: 24px;

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

  
  
    
  


  rgba(0, 160, 189, 1.0)

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

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 120, 149, 1.0);
  border-color: #21222a;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 200, 229, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #494A52;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  border-color: ;
  color: #494A52;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





.header {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
}

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

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

.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: #21222a;
}

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

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

.menu__child-toggle-icon:active {
  border-top-color: #71727a;
}

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

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

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

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #494A52;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

.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(248, 250, 252, 1.0)

;
}

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

  
  
    
  


  rgba(248, 250, 252, 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: #494A52;
}

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

  
  
    
  


  rgba(248, 250, 252, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(248, 250, 252, 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: #494A52;
}





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

/* Blog post */

.blog-post__meta a {
  color: #494A52;
}

.blog-post__tag-link {
  color: #494A52;
}

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

.blog-post__tag-link:active {
  color: #71727a;
}

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

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

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

.blog-related-posts__title-link:active {
  color: #71727a;
}

/* Blog comments */

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

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

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

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





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





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #494A52;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #21222a;
}

.blog-index__post-title-link:active {
  color: #71727a;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #494A52;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #494A52;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #21222a;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #71727a;
}

.pagination__link-icon svg {
  fill: #494A52;
}

/* Pricing card */

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

.card__body svg {
  fill: #494A52;
}

/* Social follow */

.social-links__icon {
  background-color: #C628AF;
  border-radius: 0;
}

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

.social-links__icon:active {
  background-color: #71727a;
  font-weight: 700; text-decoration: none; font-family: Montserrat, sans-serif; font-style: normal;
  color: #494A52;
  font-size: 30px;
}

@media (min-width: 997px) {
  h1 {
    font-size: 36px;
    font-weight: 700;
  }
  h2 {
    font-size: 30px;
    font-weight: 700;
  }
  h3 {
    font-size: 20px;
    font-weight: 700;
  }
  h4 {
    font-size: 24px;
    font-weight: 400;
  }
  h5 {
    font-size: 20px;
    font-weight: 400;
  }
  p {
    font-size: 16px;
    font-weight: 400;
  }

    .hs-content-id-57824857924 .dnd_area-row-1-background-color {
        background-image: url(https://7172703.fs1.hubspotusercontent-na1.net/hubfs/7172703/BANNER-min%20%281%29.webp) !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
}

@media (max-width: 996px) {

  h1 {
    font-size: 22px;
    font-weight: 700;
  }

  h2 {
    font-size: 18px;
    font-weight: 700;
  }

  h3 {
    font-size: 18px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
    font-weight: 400;
  }

  h5 {
    font-size: 16px;
    font-weight: 400;
  }

  p {
    font-size: 16px;
    font-weight: 400;
  }
}
  .testimonio-cta{background: #01B2C6 !important;
    color: #FFFFFF !important;
  border-radius: 12px !important;}
.testimonio-cta:hover{background:#0392a2 !important;}
@font-face {
    font-family: 'Metropolis';
    src: url('//7172703.fs1.hubspotusercontent-na1.net/hubfs/7172703/raw_assets/public/asepxia-theme/css/Metropolis/metropolis-regular-webfont.woff2') format('woff2'),
         url('//7172703.fs1.hubspotusercontent-na1.net/hubfs/7172703/raw_assets/public/asepxia-theme/css/Metropolis/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

    border-radius: 12px;}
.vjs-hubspot .vjs-poster, .vjs-hubspot .vjs-tech {
  background-color: white !important;}
.main-header .general-container {
    width: 100%;
  display: flex !important;}
.row-fluid-wrapper.row-depth-1.row-number-13.dnd-row{background: none !important;}
iframe{    width: 100% !important;}
.nodektop {    display: none !important;}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #021137 !important;
}
button:hover, button:focus, .button:hover, .button:focus {
    font-family: initial !important;
}
#testimonial-3,#testimonial-4,#testimonial-5{display:none;}
.contentInterna {z-index: 100 !important;}
.main-header navbar ul {
    margin: 0;
}
.btn3:hover,.btn3:active{color: white;
    background: #026057;font-family: Metropolis;}
.btnvideo:hover,.btnvideo:active{background:#0b1a3e;font-family: Metropolis;color: white;}
.btnaspexia2:hover,.btnaspexia2:active{background:#0b1a3e;color:white;}
.btnaspexia:hover,.btnaspexia:active{background:#0b1a3e;color:white;}
img{width:auto;}