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

@import url('https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap');

:root {
  --onest: "Onest", sans-serif;
  --azul: #1B3760;

}


.blanco72 {
  font-family: var(--onest);
  font-weight: 700;
  font-size: 72px;
  letter-spacing: 0px;
  line-height: 82px;
  color: white;
}

.blanco24 {
  font-family: var(--onest);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: white;
}


.azul28 {
  font-family: var(--onest);
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 36px;
  color: var(--azul);
}

.blanco42 {
  font-family: var(--onest);
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0px;
  color: white;
  line-height: normal;
  margin: 0px;
}

.azul32 {
  font-family: var(--onest);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 41px;
  color: var(--petroleo);
  margin: 0px;
}

.azul18 {
  font-family: var(--onest);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  color: var(--petroleo);
}

.blanco20 {
  font-family: var(--onest);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 25px;
  color: white;
}

.blanco18 {
  font-family: var(--onest);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 25px;
  color: white;
}

.blanco32 {
  font-family: var(--onest);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 41px;
  color: white;
}

.mia {
  margin-inline: auto;
}

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

.azul42 {
  font-family: var(--onest);
  font-weight: 900;
  font-size: 42px;
  letter-spacing: 0px;
  line-height: 54px;
  color: var(--azul);
}

.azul20 {
  font-family: var(--onest);
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 25px;
  color: var(--azul);
}


.azul24 {
  font-family: var(--onest);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 28px;
  color: var(--azul);
}

.blanco14 {
  font-family: var(--onest);
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
  color: white;
}


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


  .blanco72 {
    font-size: 64px;
    line-height: 64px;
  }

  .blanco24 {
    font-size: 21px;
    line-height: 26px;
  }


}

@media only screen and (max-width: 900px) {
  .blanco14 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .blanco72 {
    font-size: 43px;
    line-height: 48px;
    margin: 0;
  }

  .blanco24 {
    font-size: 19px;
    line-height: 25px;
  }

  .btn351 {
    width: 301px;
    height: 45px;
    font-size: 16px;
  }

  .azul28 {
    font-size: 24px;
    line-height: 32px;
  }

  .blanco42 {
    font-size: 36px;
  }

  .tarjeta h4 {
    font-size: 18px;
  }

  .azul32 {
    font-size: 28px;
    line-height: 37px;
  }

  .azul18 {
    font-size: 16px;
    line-height: 23px;
  }

  .blanco20 {
    font-size: 18px;
    line-height: 23px;
  }

  .blanco32 {
    font-size: 28px;
    line-height: 37px;
  }

  .blanco18 {
    font-size: 16px;
    line-height: 23px;
  }

  .azul42 {
    font-size: 36px;
    line-height: 48px;
  }

  .azul20 {
    font-size: 18px;
    line-height: 23px;
  }

  .azul24 {
    font-size: 22px;
    line-height: 26px;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 23x;
  }

  .accordion-content .azul20 {
    font-size: 16px;
    line-height: 22px;
  }
}