







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
























/* 1d. Buttons */









/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */



















/* 1h. Site footer */






















.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1170px;
}

@media (min-width: 1200px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 1170px;
  }
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 65px 20px;
}



@media (max-width: 1199px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 970.0000000002px;
  }
}
@media (max-width: 992px){
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 749.9999999934px;
  }
}




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

@media (max-width: 991px) {
  body {
    font-size: 13.99999999986px;
  }
}

/* Paragraphs */

p {
  font-family: Gilroy-Regular;
}

/* Anchors */

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

a:hover,
a:focus,
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: 56px;
  font-weight: 500;
}

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

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

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

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

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


@media (max-width: 991px){

  h1 {
    font-size: 43.99999999976px;
  }

  h2 {
    font-size: 36.0px;
  }

  h3 {
    font-size: 27.99999999972px;
  }

  h4 {
    font-size: 23.99999999992px;
  }

  h5 {
    font-size: 19.99999999992px;
  }

  h6 {
    font-size: 16.0px;
  }



}

/* Blockquote */

blockquote {
  border-left-color: {color=#11131C, opacity=100, css=#11131C};
}





.error-page .button,a
button,
.button,
form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(89, 89, 89, 1.0)

;
  border: 0px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 5px 15px;
}

.error-page .button:hover,
button:hover,
button:focus,
.button:hover,
.button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(89, 89, 89, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active,
form input[type=submit]:active,
form .hs-button:active {
  background-color: 

  
  
    
  


  rgba(89, 89, 89, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
.hs_cos_wrapper_type_google_search, 
.hs_cos_wrapper_type_email_simple_subscription, 
.hs_cos_wrapper_type_password_prompt, 
.hs_cos_wrapper_type_module .widget-type-email_subscriptions, 
.hs_cos_wrapper_type_member_login, 
.hs_cos_wrapper_type_member_register, 
.hs_cos_wrapper_type_password_reset_request, 
.hs_cos_wrapper_type_password_reset, 
.section.post-footer form {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(17, 19, 28, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(68, 68, 68, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(136, 136, 136, 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(229, 229, 229, 1.0)

;
  /*   color: rgba(17, 19, 28, 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: 

  
  
    
  


  rgba(229, 229, 229, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: rgba(17, 19, 28, 1.0);
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(17, 19, 28, 1.0);
}

/* Date picker */

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

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

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





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








.header section.full-width.light-red{
  background-color: rgba(17, 19, 28, 1.0);
}

.header section.full-width.light-red .content a {
  color: rgba(255, 255, 255, 1.0);
}

.header .desktop-top.mobile-bottom{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(230, 230, 230, 1.0);
}

.header .desktop-right nav.navigation-main-middel ul.menu.menu__ li.item-753 a{
  color: rgba(92, 96, 102, 1.0);
}

.header .desktop-bottom.mobile-top{
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li>a{
  color: rgba(17, 19, 28, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li:hover>a{
  color: rgba(17, 19, 28, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li.active{
  background-color: rgba(255, 255, 255, 0.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li.active>a{
  color: rgba(17, 19, 28, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li>ul>li a{
  color: rgba(17, 19, 28, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li>ul li{
  background-color: rgba(255, 255, 255, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li>ul>li:hover a{
  color: rgba(17, 19, 28, 1.0);
}

.header .header__navigation.header--element nav.navigation-primary>ul>li>ul li:hover{
  background-color: rgba(255, 255, 255, 0.0);
}

.header .Contacto-custom a{
  color: rgba(17, 19, 28, 1.0);
  background-color: rgba(0, 0, 0, 0.0);
  border-color: rgba(17, 19, 28, 1.0);
}

.header .Contacto-custom a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(17, 19, 28, 1.0);
  border-color: rgba(17, 19, 28, 1.0);
}







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

.footer a{
  color: rgba(255, 255, 255, 1.0);
}

.footer a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer .col-6 .hs-menu-wrapper>ul>li:first-child>a{
  color: rgba(255, 255, 255, 1.0); 
}



















.card__price {
  font-family: ;
  font-size: px;
  color: ;
  font-weight: 
}