/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.dnd-section {
  padding-bottom: 50px;
  padding-top: 50px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
  max-width: 1100px;
}




html {
  font-size: 14;
}

body {
  font-family: Raleway;
  color: #5e5e5e;
  font-weight: 400;
  font-size: 14px;
}

p {
  font-family: Raleway;
}

a {
  font-family: Raleway;
  color: rgba(0, 155, 232, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 155, 232, 1.0);
}

a:active {
  color: rgba(40, 195, 255, 1.0);
}

h1 {
  color: #333;
  font-family: Raleway;
  font-size: 40px;
  font-weight: 700;
}


h2 {
  color: #333;
  font-family: Raleway;
  font-size: 28px;
  font-weight: 800;
}


h3 {
  color: #333;
  font-family: Raleway;
  font-size: 23px;
  font-weight: 800;
}



h4 {
  color: #333;
  font-family: Raleway;
  font-size: 18px;
  font-weight: 800;
}


h5 {
  color: #333;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 800;
}

h6 {
  color: #333;
  font-family: Raleway;
  font-size: 11px;
  font-weight: 700;
}







form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Raleway;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 16.6px;
  padding-bottom: 16.6px;
}

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

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

.hs-form label {
  color: rgba(94, 94, 94, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input,
input[type="password"]{
  color: rgba(141, 141, 141, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(212, 212, 212, 1.0);
  border-radius: 0px;
  border-width: 1px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus{
  color: rgba(141, 141, 141, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(212, 212, 212, 1.0);
}

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

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

.hs-richtext {
  font-size: 14;
}

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

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

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

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





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

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(31, 31, 31, 1.0);
}

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

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





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

.header__container {
  max-width: 1100px;
}
.custom-header .edgtf-sticky-header{    height: 65px!important;}
.custom-header a, .header_menu .hs-menu-wrapper > ul > li > a{
  color: rgba(51, 51, 51, 1.0);
}

.custom-header a:hover, .header_menu .hs-menu-wrapper > ul > li > a:hover{
  color: rgba(0, 155, 232, 1.0);
}

.header_menu .hs-menu-wrapper > ul > li.active > a,
.header_menu .hs-menu-wrapper > ul > li.active-branch > a{
  color: rgba(0, 155, 232, 1.0);
  background-color: rgba(41, 41, 41, 0.0);
}

.header_menu .hs-menu-wrapper > ul > li > ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.header_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a h5{
  color: rgba(51, 51, 51, 1.0);
}

.header_menu .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover > h5{
  color: rgba(0, 155, 232, 1.0);
}

.header_menu .hs-menu-wrapper > ul ul li.active > a > h5,
.header_menu .hs-menu-wrapper > ul ul li.active-branch > a > h5 {
  color: rgba(51, 51, 51, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}


.getfree-months a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 155, 232, 1.0);
  border-color: rgba(0, 155, 232, 1.0);
}

.getfree-months a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(51, 51, 51, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a,
.flyout_social ul li a{
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
.flyout_social ul li a:hover{
  color: rgba(253, 176, 61, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(0, 155, 232, 1.0);
  background-color: rgba(41, 41, 41, 0.0);
}






.custom-footer {
  background-color: rgba(41, 41, 41, 1.0);
  color: rgba(94, 94, 94, 1.0);
}

.custom-footer .top-footer-center {
  background-color: rgba(253, 176, 61, 1.0);
}

.footer__container {
  max-width: 1100px;
}

.custom-footer a {
  color: rgba(141, 141, 141, 1.0);
}

.custom-footer a:hover {
  color: rgba(253, 176, 61, 1.0);
}

.custom-footer .footer_menu .hs-menu-wrapper a {
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer .footer_menu .hs-menu-wrapper a:hover {
  color: rgba(51, 51, 51, 1.0);
}

.begin-quest.footer_form_wrap {
  background-color: rgba(119, 119, 119, 1.0);
}
.begin-quest.footer_form_wrap h3, .begin-quest.footer_form_wrap h5, .footer_form .hs-form label{
  color: rgba(255, 255, 255, 1.0);
}

.cus-copyright p a{
  color: rgba(141, 141, 141, 1.0);
}

.cus-copyright p a:hover{
  color: rgba(0, 155, 232, 1.0);
}






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

.blog-post__date {
  border-color: #5e5e5e;
}

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

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

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

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

.blog-pagination__link {
  color: #5e5e5e;
}

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

.blog-post__title {
  color: #333;
  font-family:Raleway;
  font-size: 28px;
  font-weight: ;
}

.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            */

.blog-header {
  background-color: rgb(#null);
}

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

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

.blog-post__tag-link:hover{
  color: #009be8;
}

.blog-post__read-more svg {
  fill: #5e5e5e;
}

.blog-post__read-more a:hover svg {
  fill: #009be8;
}

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

.blog-sidebar a {
  color: #5e5e5e;
}

.blog-sidebar a:hover {
  color: #009be8;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: #5e5e5e;
}

.hs-button{margin:0px!important;}
.blog-post__meta a:hover {
  color: #009be8
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: #5e5e5e;
}

.blog-post__back-to-blog:hover {
  color: #009be8;
}

.blog-post__back-to-blog svg {
  fill: #5e5e5e;
}

a.blog-post__back-to-blog:hover svg {
  fill: #009be8;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

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

body .social-links__icon {
  background-color: #494A52;
}

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

.page-center {
  max-width: 1100px;
  margin: 0 auto;
}
.contenedor{    display: flex;
    justify-content: center;padding-top:30px;    align-items: center;}


li.hs-menu-item.hs-menu-depth-1 {border: none;}

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







@media only screen and (max-width: 1200px) {
  .dnd-section > .row-fluid, .footer__container, .page-center, .content-wrapper , .header__container{
    max-width: 950px;
  }
}

@media only screen and (max-width: 1024px) {
  .footer__container, .header__container{
    max-width: 768px;
  }
  .dnd-section > .row-fluid, .page-center, .content-wrapper{
    max-width: 798px;
  }
}

@media only screen and (max-width: 768px) {
  .footer__container, .header__container{
     max-width: 600px;
  }
  .dnd-section > .row-fluid, .page-center, .content-wrapper{
     max-width: 630px;
  }
}

@media only screen and (max-width: 600px) {
  .footer__container, .header__container{
    max-width: 420px;
  }
  .dnd-section > .row-fluid, .page-center, .content-wrapper{
    max-width: 450px;
  }
  .span12.widget-span.widget-type-cell.cell_1673843225201-padding.dnd-column .row-fluid ,
  .span12.widget-span.widget-type-cell.cell_16735629580122-padding.dnd-column .row-fluid ,
  .span12.widget-span.widget-type-cell.cell_1673888139785-padding.dnd-column .row-fluid ,
.span12.widget-span.widget-type-cell.cell_16738889154936-padding.dnd-column .row-fluid ,
.span12.widget-span.widget-type-cell.cell_16739060010926-padding.dnd-column .row-fluid ,
  .span12.widget-span.widget-type-cell.cell_16738373794613-padding.dnd-column .row-fluid { 
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    min-height: 120px;
    justify-content: center;
  }
  
  
  .span12.widget-span.widget-type-cell.cell_16738824761003-padding.dnd-column .row-fluid ,
.span12.widget-span.widget-type-cell.cell_16738835235443-padding.dnd-column .row-fluid ,
  .span12.widget-span.widget-type-cell.cell_16738858378273-padding.dnd-column .row-fluid {
  display: flex;
    flex: 1;
    flex-wrap: wrap;
        justify-content: center;
    min-height: 120px;
  }
  .span12.widget-span.widget-type-cell.dnd-column.cell_16740045033764-padding .span12.widget-span.widget-type-cell.dnd-column .row-fluid 
  { 
     flex-flow: row nowrap;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
        justify-content: center;
    min-height: 120px;
  }

 
    .span12.widget-span.widget-type-cell.dnd-column.cell_16460183756083-padding .row-fluid ,
  .span12.widget-span.widget-type-cell.cell_16739045523873-padding.dnd-column .row-fluid  , 
  .span12.widget-span.widget-type-cell.cell_16739060010926-padding.dnd-column .row-fluid 
  { 
     flex-flow: row nowrap;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
        justify-content: center;
    min-height: 120px;
  }
 
  
  div#module_16565280926075 {
    margin: 2rem 0;
}
  .dnd-column{flex-wrap: wrap;flex-basis: 33.33%; }
}
.edgtf-mobile-header .edgtf-mobile-logo-wrapper img{padding:15px!important;}
@media only screen and (max-width: 480px) {
  .footer__container{
    max-width: 300px;
  }
  .header__container{
    max-width: auto;
  }
  .dnd-section > .row-fluid, .page-center, .content-wrapper{
    max-width: 330px;
  }
}

@media (max-width: 320px) {
  .footer__container, .header__container{
    max-width: 100%;
  }
  .dnd-section > .row-fluid, .page-center, .content-wrapper{
    max-width: 100%;
  }
}
  aside.edgtf-sidebar .widget:not(.edgtf-blog-list-widget).widget_nav_menu ul li{  
border-bottom: 1px solid #d4d4d4;
    padding: 11px 0;}

.edgtf-sticky-header .edgtf-vertical-align-containers .edgtf-position-center .edgtf-position-center-inner{    height: 100%!important;}


.body-wrapper.hs-blog-id-3824847462.hs-blog-listing .widget.widget_recent_entries.sidebar_ul{display:none;}
.body-wrapper.hs-blog-id-3824847462.hs-blog-listing .widget.widget_categories.sidebar_ul {display:none;}


.body-wrapper.hs-blog-id-3824847462.hs-blog-listing.header-fixed .widget.widget_categories.sidebar_ul {display:none;}