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

.grecaptcha-badge {
  visibility: hidden;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
  --poppins: 'Poppins', sans-serif !important;
  --naranja: #EF7726;
  --gris: #707070;
}

.naranja {
  color: var(--naranja);
  font-weight: 600;
}

.fwBold {
  font-weight: 700;
}

#col1-slider2 {}



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

.blanco60 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0px;
  line-height: 70px;
  color: white;
}

.naranja24 {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 35px;
  color: var(--naranja);
}

.naranja21 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 31px;
  color: var(--naranja);
}

.gris60 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0px;
  color: var(--gris);
  margin-block: 0px !important;
}

.gris42 {
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 42px;
  letter-spacing: 0px;
  line-height: 52px;
  color: var(--gris);
}

.gris21 {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 31px;
  color: var(--gris);
}

.gris24 {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 35px;
  color: var(--gris);
}

.blanco21 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0px;
  line-height: 31px;
  color: white;
}

.blanco17 {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 24px;
  color: white;
}

.blanco16 {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 25px;
  color: white;
}

.blanco16m {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 21px;
  color: white;
  transition: none;
}

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

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

.blanco32 {
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 48px;
  color: white;
}

.gris17 {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0px;
  line-height: 26px;
  color: var(--gris);
}

.gris32 {
  font-family: var(--poppins);
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 48px;
  color: var(--gris)
}

.gris18 {
  font-family: var(--poppins);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 27px;
  color: var(--gris);
}

@media screen and (max-width: 900px) {
  .gris60 {
    font-size: 54px;
  }

  .blanco42 {
    font-size: 36px;
    line-height: 44px;
  }

  .gris42 {
    font-size: 36px;
    line-height: 39px;
}
}

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

  .blanco60,
  .gris60 {
    font-size: 41px;
    line-height: 48px;
  }

  .blanco42,
  .gris42 {
    font-size: 28px;
    line-height: 32px;
  }

  .blanco24,
  .naranja24 {
    font-size: 19px;
    line-height: normal !important;
  }

  .gris21 {
    font-size: 18px;
    line-height: normal;
  }

  .gris24 {
    line-height: normal;
    font-size: 20px;
  }

  .blanco32 {
    font-size: 22px;
    line-height: 27px;
  }

  .gris32 {
    font-size: 22px;
    line-height: normal;
  }

  .gris18 {
    font-size: 16px;
    line-height: normal;

  }
}