







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








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

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

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

@media (min-width: 576px){
  .content-wrapper{
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .content-wrapper{
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .content-wrapper{
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .content-wrapper{
    max-width: 1140px;
  }
}





body {
  font-size: 14px;
  color: #333333;
  font-weight: regular;
  font-family: Montserrat;
}


/* Anchors */

a {
  color: #0C7BBD;
}

a:hover,
a:focus,
a:active {
  color: #0c7bbd;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 48px;
  color: #333333;
  font-weight: 300;
}

h2 {
  font-family: Montserrat;
  font-size: 40px;
  color: #00263E;
  font-weight: 300;
}

h3 {
  font-family: Montserrat;
  font-size: 28px;
  color: #1E2C38;
  font-weight: 300;
}

h4 {
  font-family: Montserrat;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}

h5 {
  font-family: Lato;
  font-size: 1.25rem;
  color: #333333;
  font-weight: 500;
}

h6 {
  font-family: Montserrat;
  font-size: 16px;
  color: #0C7BBD;
  font-weight: regular;
}

@media (max-width: 1190px){
  h1{
    font-size: 42px;
  }
  h2{
    font-size: 36px;
  }
  h3{
    font-size: 26px;
  }

}

@media (max-width: 991px){
  h1{
    font-size: 40px;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
}


/* Blockquote */

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





button,
.button {
  background-color: 

  
  
    
  


  rgba(64, 149, 200, 1.0)

;
  border: 1px solid #4095c8;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(64, 149, 200, 1.0);
  border-color: rgba(64, 149, 200, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(104, 189, 240, 1.0);
  border-color: #68bdf0;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 14px;
  color: #333333;
  font-weight: regular;
  background-color: rgba(255, 255, 255, 0.0);
}

/* Form title */

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

/* Form label */

form label {
  color: #000000;
}

/* Form help text */

form legend {
  color: #f2545b;
}

/* 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-width: 1px;
  border-color: #cbd6e2;
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
}

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: #52a8ec;
  background-color: rgba(245, 248, 250, 1.0);
	border-radius:8px;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(64, 149, 200, 1.0)

;
  border: 1px solid #4095c8;
  /* border-radius: 25px;*/
  color: #FFFFFF;
  padding: 12px 24px;
	border-radius:8px !important;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(64, 149, 200, 1.0);
  border-color: rgba(64, 149, 200, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(104, 189, 240, 1.0);
  border-color: #68bdf0;
  color: #FFFFFF;
}





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

th,
td {
  border-color: #eeeeee;
  color: #333333;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-bottom-color: #eeeeee;
  color: #333333;
}

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





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.header-main-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 38, 62, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.header-main-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(0, 38, 62, 1.0);
  background-color: rgba(232, 232, 232, 1.0);
}
header.header .main-menu-wrapper ul>li.active-item>a{
  color: rgba(0, 38, 62, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}
.header-main-menu .hs-menu-wrapper>ul>li ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-main-menu .hs-menu-wrapper > ul > li > ul > li > ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.header-main-menu .hs-menu-wrapper>ul>li>ul li a{
  color: rgba(30, 44, 56, 1.0);
}
.header-main-menu .hs-menu-wrapper>ul>li>ul li a:hover{
  color: rgba(22, 24, 27, 1.0);
  background-color: rgba(248, 249, 250, 1.0);
}








.footer {
  background-color: 

  
  
    
  


  rgba(0, 38, 62, 1.0)

;
}
.footer-title h3{
  color: rgba(12, 123, 189, 1.0);
}
.footer-main-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(128, 128, 128, 1.0);
}
.footer-main-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(12, 123, 189, 1.0);
}
.footer-copyright{
  color: rgba(128, 128, 128, 1.0);
}







/* Blog Header */

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

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #333333;
}

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

.blog-post__title {
  color: #333333;
  font-family:Montserrat;
  font-size: 48px;
  font-weight: 300;
}

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

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

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

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

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

.blog-index__post-content a {
   /* color: #333333; Editado por HAL diseño 04-2022*/
  color: #017ebd;
}

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

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

.blog-sidebar a {
  color: #333333;
}

.blog__subscription-block, .blog-related-posts {
  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: #333333;
}

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

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

.blog-post__back-to-blog {
  color: #333333;
}

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

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

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











.card__price {
  font-family: Montserrat
    font-size: 28px;
  color: #1E2C38;
  font-weight: 300
}


	
	#hs_cos_wrapper_main_menu li.hs-menu-item a  {/* color: #00263e !important; */font-size: 15px !important}
#hs_cos_wrapper_main_menu .hs-menu-wrapper > ul  {/* color: #00263e !important; */font-size: 15px !important}
#hs_cos_wrapper_main_menu li.hs-menu-item a:link  {/* color: #00263e !important; */font-size: 15px !important}

.container-fluid.banner-area{padding:0 !important;}
.container-fluid.banner-area .section-title h6{ color: #0c7bbd;   font-family: 'Montserrat', sans-serif;   font-weight: 700;    line-height: 1.4;    text-transform: uppercase;}
.container-fluid.banner-area .section-title h1{font-family: Montserrat,sans-serif;    font-weight: 300;    line-height: 1.2;    color: #1e2c38;    font-size: 48px;}

.banner.banner-sobre h2{    font-family: Montserrat,sans-serif;    font-weight: 300;    line-height: 1.2; font-size:34px;    color: #00263e;}
.banner.banner-sobre h4{    font-family: 'Montserrat', sans-serif;    font-size: 17px;    font-weight: 400;    line-height: 1.4;color: #333333;}
.search-wrap .buscar-search-link {display:none;}


#hs_cos_wrapper_col1_ span a{line-height:2.5rem; font-size:18px;}
#hs_cos_wrapper_col2_ span a{line-height:2.5rem; font-size:18px;}
#hs_cos_wrapper_col3_ span a{line-height:2.5rem; font-size:18px;}

@media only screen and (max-width: 767px) {
#hs_cos_wrapper_col1_ span a{line-height:1.5rem; font-size:15px;}
#hs_cos_wrapper_col2_ span a{line-height:1.5rem; font-size:15px;}
#hs_cos_wrapper_col3_ span a{line-height:1.5rem; font-size:15px;}
	.map-img-wrap img {width:50% !important; margin: 0 auto;}
.header {
  background-color: white !important;
}
}

#hs_cos_wrapper_main_menu li.hs-menu-item a{color:#00263e;}
#hs_cos_wrapper_main_menu li.hs-menu-item a:link{color:#00263e;}

#hs_cos_wrapper_main_menu li.hs-menu-item.hs-menu-depth-2 a{color:#00263e;}

.fixheader #hs_cos_wrapper_main_menu li.hs-menu-item a{color:#00263e;}
.fixheader #hs_cos_wrapper_main_menu li.hs-menu-item a:link{color:#00263e;}