 







/* 1a. Containers */




/* 1b. Colors */



/* 1c. Typography */
























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  /*   padding: 80px 20px; */

  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:767px){
  .dnd-section,
  .content-wrapper--vertical-spacing {
    /*   padding: 80px 20px; */

    padding-top: 80px;
    padding-bottom: 80px;
  }
}





body {
  font-size: 18px;
  font-weight: 400;
  font-family: Gilroy-Regular;
  color: rgba(17, 19, 28, 1.0);
}

/* Anchors */

a {
  color: rgba(17, 19, 28, 1.0);
}

a:hover,
a:active {
  color: rgba(17, 19, 28, 1.0);
}

/* Headings */

h1, h2, h3, h4, h5, h6{
  font-family: Gilroy-SemiBold;
  color: rgba(17, 19, 28, 1.0);
}

h1 {
  font-size: 48px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  font-weight: 500;
}

h3 {
  font-size: 28px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color:  rgba(17, 19, 28, 1.0);
}

@media (min-width: 992px){

  body {
    font-size: 18px;
  }

  h1 {
    font-size: 56px;

  }
  h2 {
    font-size: 48px;

  }
  h3 {
    font-size: 36px;

  }
  h4 {
    font-size: 28px;

  }
  h5 {
    font-size: 24px;

  }
  h6 {
    font-size: 20px;

  }
}











/* Form title */

.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(92, 96, 102, 1.0);
}

/* Form label */

.hs-form label {
  color: rgba(92, 96, 102, 1.0);
}

/* Form help text */

.hs-form legend {
  color: rgba(239, 107, 81, 1.0);
}

/* 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: rgba(17, 19, 28, 1.0);
  border-radius: 0px;
}

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: rgba(0, 59, 219, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  /*   color: ; */
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  /*   color: ; */
}

/* Date picker */

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

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

.fn-date-picker td.is-today .pika-button {
  color: {color=#11131C, opacity=100, css=#11131C};
}

/* Submit button */

form input[type=submit],
form .hs-button,
button,
.button {
  background-color: rgba(82, 123, 187, 0.0);
  border-color: rgba(17, 19, 28, 1.0);
  border-width: 2px;
  border-radius: 0px;
  color: rgba(17, 19, 28, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(17, 19, 28, 1.0);
  border-color: rgba(17, 19, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,

button:active,
.button:active{
  background-color: rgba(17, 19, 28, 1.0);
  border-color: rgba(17, 19, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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





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

.header-menu .hs-menu-wrapper>ul>li>a{
  color: rgba(17, 19, 28, 1.0);
}
.header-menu .hs-menu-wrapper>ul>li>a:hover{
  color: rgba(17, 19, 28, 1.0);
}


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

.header-menu .hs-menu-wrapper>ul>li>ul>li>a,
.header-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(17, 19, 28, 1.0);
}


.header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.header-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(17, 19, 28, 1.0);
}


.cst-desktop-header-right a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(17, 19, 28, 1.0);

}

.cst-desktop-header-right a:hover{
  background-color: rgba(17, 19, 28, 1.0);
  color: rgba(255, 255, 255, 1.0);

}








footer{
  background-color: rgba(17, 19, 28, 1.0);
}
.live-contact a,.footer-row-2 ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.live-contact a:hover,.footer-row-2 ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-row-3 p{
  color: rgba(255, 255, 255, 1.0);
}











img{
  vertical-align:middle;
  width:auto;
  max-width:100%;
}
.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: ;
}


.header__container,
.footer__container,
.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width:100%;
}
@media (min-width: 768px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 750px;
  }
}
@media (min-width: 992px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 970px;
  }
}
@media (min-width: 1200px){
  .header__container,
  .footer__container,
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 1170px;
  }
}
 /*HAL DISEÑO*/
.blog-content-wrapper.max-width #filters {
  margin-bottom: 40px;
  border-bottom: 2px solid #11131C;
}
.blog-content-wrapper.max-width .category-wrapper {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: normal;
    font-family: "Gilroy-Bold";
    text-transform: uppercase;
    display: block;
    height: 14px;
    color: #ff1628;
}
.blog-content-wrapper.max-width .post-item a.post-item-title {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: -0.48px;
    color: #11131c;
}
.blog-content-wrapper.max-width .post-item a.post-item-title:hover {
    text-decoration: underline!important;
    color: #11131c;
}
.blog-content-wrapper.max-width {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

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

@media (min-width: 992px) {
  .blog-content-wrapper.max-width  {
    width: 970px;
  }
  .blog-content-wrapper.max-width .post-item a.post-item-title {
    font-size: 24px;
    line-height: 30px;
}
}

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