/*
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=Nunito+Sans:wght@400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@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');


/*---------- grosores */

.fw-b{
  font-weight: bold !important;
}

.fw-n{
  font-weight: normal !important;
}


/*----------- fuentes */

.title{
  font-size: 50px !important;
  font-family: Poppins;
}

.subtitle{
  font-size: 40px !important;
  font-family: Poppins;
}

.textTitle{
  font-size: 26px !important;
  font-family: Poppins;
}

.textTitle-v1{
  font-size: 28px !important;
  font-family: Poppins;
}

.text{
  font-size: 24px !important;
  font-family: Poppins;
}

.text-v1{
  font-size: 18px !important;
  font-family: Poppins;
}

/*------------ separaciones */

.lh-t{
  line-height: 60px !important;
}

.lh-tt{
  line-height: 39px !important;
}

.lh-tt-v1{
  line-height: 42px !important;
}

.lh-tx{
  line-height: 35px !important;
}

.lh-tx-27{
  line-height: 27px !important;
}


/*------------- colores */
.c-w{
  color: white;
}

.c-r{
  color: #AF2A30;
}

.c-b{
  color: black;
}


/* ------------- margenes */

.mb-zero{
  margin-bottom: 0 !important;
}

.mb{
  margin-bottom: 10px !important;
}

.mb-8{
  margin-bottom: 8px  !important;
}


.mb-20{
  margin-bottom: 20px !important;
}

.mb-25{
  margin-bottom: 25px !important;
}

.mb-30{
  margin-bottom: 30px !important;
}



/*--------- centar */
.mi-c{
  margin-inline: auto !important;
}

.ta-c{
  text-align: center !important;
}


/*----------- botones */


.button{
  background: #AF2A30 0% 0% no-repeat padding-box;
  border-radius: 13px;
  width: 233px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: normal normal bold 20px/30px Poppins;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.button:hover{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #AF2A30;
}






/* VISTA GENERAL POCKET */ 
 
/* de 0px a  900px*/ 
@media only screen and (max-width: 900px) { 

  /*----------- fuentes */
  .title{
    font-size: 30px !important;
  }
  
  .subtitle{
    font-size: 28px !important;
  }
  
  .textTitle{
    font-size: 24px !important;
  }
  
  .textTitle-v1{
    font-size: 22px !important;
  }
  
  .text{
    font-size: 16px !important;
  }
  
  
/*------------ separaciones */

.lh-t{
  line-height: 40px !important;
}

.lh-tt{
  line-height: 35px !important;
}

.lh-tt-v1{
  line-height: 33px !important;
}

.lh-tx{
  line-height: 26px !important;
}

.lh-tx-27{
  line-height: 25px !important;
}

  
  
}






