







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */




















/* 1d. Buttons */









/* 1e. Forms */












/* 1f. Tables */











/* 1g. Site header */































/* 1h. Site footer */








































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

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

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





html {
  font-size: 17px;
}

body {
  font-size: 17px;
  color: #1b305e;
  font-weight: 500;
  font-family: Inter;
}

/* Paragraphs */

p {
  font-size: 17px;
  color: #1b305e;
  font-weight: 500;
}

/* Anchors */

a {
  color: #4973fc;
}

a:hover,
a:focus,
a:active {
  color: #336;
}

/* Headings */

h1 {
  font-family: Inter;
  font-size: 50px;
  color: #000031;
  font-weight: 800;
}

h2 {
  font-family: Inter;
  font-size: 40px;
  color: #000031;
  font-weight: 800;
}

h3 {
  font-family: Inter;
  font-size: 25px;
  color: #000031;
  font-weight: 700;
}

h4 {
  font-family: Inter;
  font-size: 20px;
  color: #000031;
  font-weight: 700;
}

h5 {
  font-family: Inter;
  font-size: 18px;
  color: #000031;
  font-weight: 700;
}

h6 {
  font-family: Inter;
  font-size: 16px;
  color: #000031;
  font-weight: 700;
}

/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  border: 1px solid #4973FC;
  border-radius: 3px;
  color: #ffffff;
  padding: 13px 23px;
}


button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #214bd4;
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #214bd4;
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}





form,
.submitted-message {
  font-size: 17px;
  color: #1b305e;
  font-weight: 500
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #000031;
}

/* Form label */

form label {
  color: #000031;
}

/* Form help text */

form legend {
  color: #000031;
}

/* Form 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 {
  border-color: #BCD4FC;
  color: #1b305e;
  border-radius: 2px;
  background-color:#ffffff;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #BCD4FC;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #1b305e;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #1b305e;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  border: 1px solid #4973FC;
  border-radius: 3px;
  color: #ffffff;
  padding: 13px 23px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #214bd4;
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #214bd4;
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #1b305e;
}

th,
td {
  border-color: #1b305e;
  color: #1b305e;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(27, 48, 94, 1)

;
  border-bottom-color: #1b305e;
  color: #FFFFFF;
}

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





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

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Inter;
}

body .navigation-primary a:hover,
body .navigation-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: ;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #1b305e;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}

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

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

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

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

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


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

.header .custom-menu-primary .navigation-primary>ul>li>a:before{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul>li>a{
  color: 

  
  
    
  


  rgba(27, 48, 94, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul>li>a{
  color: 

  
  
    
  


  rgba(27, 48, 94, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul>li:hover>a{
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul>li>a.active-item{
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul ul{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.header .custom-menu-primary .navigation-primary>ul ul>li:hover{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul ul>li>a{
  color: 

  
  
    
  


  rgba(27, 48, 94, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul ul>li>a.active-item{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header .custom-menu-primary .navigation-primary>ul ul>li:hover>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


.header .Contáctanos-btn a{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  border-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)


}


.header .Contáctanos-btn a:hover{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 0.81)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)


}

.header .Solicita-una-demo-btn a{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)


}

.header .Solicita-una-demo-btn a:hover{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 0.81)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(73, 115, 252, 0.81)


}









/*************************************
/* Footer in landing custom styles */

.footer-top-in-landing {
  background-color: #020216;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 90px 0px 115px 0px;
  text-align:center;
}
.footer-top-in-landing p {
  color: #FFFFFF;
  font-size: 70px;
  font-weight: 800;
  letter-spacing: -0.2px;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-top-in-landing a {
  margin: 25px 0px 0px 0px;
  padding: 18px 25px 18px 25px;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.2px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background: #4973fc;
  display: inline-block;
  border-radius: 4px;
  line-height: 1;
  font-family: "Inter", Sans-serif;
  text-align: center;
  transition: all .3s;
}

.footer-top-in-landing a:hover{
  color: #FFFFFF !important;
}

.footer-top-in-landing .row .hs_cos_wrapper {
  width: 100%;
}

@media (max-width: 1024px){
  .footer-top-in-landing {
    padding: 30px 0px 30px 0px;
  }
  .footer-top-in-landing p {
    line-height: 1.3em;
    letter-spacing: -0.2px;
  } 
}
@media (max-width:767px){
  .footer-top-in-landing p {
    font-size: 40px;
  }
}

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


.footer .footer-top, .footer-top-in-landing{
  background-color: 

  
  
    
  


  rgba(2, 2, 22, 1.0)

;
}

.footer .footer-top p, .footer-top-in-landing p{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer .footer-top a, .footer-top-in-landing a{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(73, 115, 252, 1.0)


}

.footer .footer-top a:hover, .footer-top-in-landing a:hover{
  background-color: 

  
  
    
  


  rgba(73, 115, 252, 1.0)

;
  color: 

  
  
    
  


  rgba(#fffff, 1.0)

;
  border-color:

  
  
    
  


  rgba(73, 115, 252, 1.0)


}


.footer .footer-middle,
.footer .footer-bottom-top,
.footer .footer-bottom-bottom{
  background-color: 

  
  
    
  


  rgba(243, 247, 255, 1.0)

;
}

.footer .footer-middle .hs-menu-wrapper>ul>li>a{
  color: 

  
  
    
  


  rgba(0, 0, 49, 1.0)

;
}

.footer .footer-middle .hs-menu-wrapper>ul ul li a{
  color: 

  
  
    
  


  rgba(83, 103, 136, 1.0)

;
}

.footer .footer-middle .hs-menu-wrapper>ul ul li a:hover{
  color: 

  
  
    
  


  rgba(0, 0, 49, 1.0)

;
}

.elementor-social-icon i{
  color: 

  
  
    
  


  rgba(149, 168, 193, 1.0)

;
}

.elementor-social-icon i:hover{
  color: 

  
  
    
  


  rgba(0, 0, 49, 1.0)

;
}

.footer .input input{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(188, 212, 252, 1.0)



}

.gform_wrapper .gform_button{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color:

  
  
    
  


  rgba(#null, 1)

;
  color:

  
  
    
  


  rgba(#null, 1)

;
}

.gform_wrapper .gform_button:hover{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color:

  
  
    
  


  rgba(#null, 1)

;
  color:

  
  
    
  


  rgba(#null, 1)

;
}


.footer .divider{
  border-top-color:

  
  
    
  


  rgba(113, 190, 222, 1.0)


}

.footer .col-left span, .footer .col-right p{
  color:

  
  
    
  


  rgba(149, 168, 193, 1.0)


}

.footer .col-right p a{
  color:

  
  
    
  


  rgba(149, 168, 193, 1.0)


}

.footer .col-right p a:hover{
  color:

  
  
    
  


  rgba(0, 0, 49, 1.0)


}


/* Footer Content */

.footer * {
  color: ;
}












/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* Blog Listing */

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

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

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

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

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

.blog-pagination__link {
  color: #1b305e;
}

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

.blog-post__title {
  color: #000031;
  font-family:Inter;
  font-size: 50px;
  font-weight: 800;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
  background-color: #F8FAFC;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #336;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #336;
}

.blog-index__post-content--small h2 {
  font-size: 25px;
}

.blog-index__post-content a {
  color: #1b305e;
}

.blog-post__read-more svg {
  fill: #1b305e;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-sidebar a {
  color: #1b305e;
}

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(238, 240, 242);
}

.post-featured-image {
  max-height: 600px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__meta a {
  color: #1b305e;
}

.blog-post__meta a:hover {
  color: #336;
}

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #1b305e;
}

.blog-post__back-to-blog svg {
  fill: #1b305e;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Inter
    font-size: 25px;
  color: #000031;
  font-weight: 700
}
@media(max-width:1200px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1200px;
  }
}
@media(max-width:1024px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1023.999999996px;
  }
}

@media(max-width:767px){
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 766.999999992px;
  }
}