/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


/* importacion */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* fuentes */
.ffinter {
  font-family: "Inter", sans-serif !important;
}

:root {
  --inter: "Inter", sans-serif !important;
  --blanco: #FBFBFB;
  --verde: #3AAE79;
}



.mtb0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}


.blanco55 {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 1.1px;
  line-height: 46px;
  color: var(--blanco);
}

.blanco33 {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1.1px;
  line-height: 28px;
  color: var(--blanco);
}

.blanco47 {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 33px;
  letter-spacing: 1px;
  line-height: 34px;
  color: var(--blanco);
}

.blanco23 {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 23px;
  color: var(--blanco);
}

.blanco18 {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: px;
  line-height: 39px;
  color: var(--blanco);
}

.blanco15 {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 39px;
  color: var(--blanco);
}

@media only screen and (max-width: 1441px) {

  /*
  .blanco47 {
    font-size: 45px;
    line-height: 52px;
  }
  */
  /*
  .blanco33 {
    font-size: 29px;
    line-height: 36px;
  }
*/
}

@media only screen and (max-width: 900px) {
/*
  .blanco47 {
    font-size: 42px;
    line-height: 45px;
  }

  .blanco33:not(#fila_footer .blanco33) {
    font-size: 25px;
    line-height: 30px;
  }
*/
}


@media only screen and (max-width: 900px) and (min-width: 600px) {

  footer .blanco33 {
    font-size: 21px;
    line-height: normal;
    min-height: 53px;
  }

  footer .blanco23 {
    font-size: 15px;
    line-height: normal;
  }


}

@media only screen and (max-width: 600px) {

  .blanco55 {
    font-size: 24px;
    letter-spacing: 0.4px;
    line-height: 32px !important;
  }

  .blanco47 {
    font-size: 20px;
    line-height: 18px;
    letter-spacing: 0.4px;
  }

  .blanco33 {
    font-size: 14px !important;
    line-height: 18px !important;
    letter-spacing: 0.2px;
  }

  .blanco23 {
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 18px;
  }


}