/*
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=Montserrat:wght@400;700&display=swap');

/* fuentes */
.ffMont {
  font-family: 'Montserrat', sans-serif!important;
}

/* fuente grosor */
.fwNormal {
  font-weight: 400!important;
}
.fwBold {
  font-weight: 700!important;
}


/* tamaño de fuente */

.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs36 {
  font-size: 36px;
}
.fs45 {
  font-size: 45px;
}

/*Espaciado*/

.ls0{
	letter-spacing: 0px;
}

/* interlineado de oracion (espacio debajo de la oracion) */

.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.lh32 {
  line-height: 32px;
}
.lh34 {
  line-height: 34px;
}
.lh40 {
  line-height: 40px;
}
.lh45 {
  line-height: 45px;
}
.lh50 {
  line-height: 50px;
}

/* colores */
.blanco {
  color: #FFFFFF;
}
.blancoRaro {
  color: #F5F5FB;
}
.gris {
  color: #707070;
}
.azul {
  color: #040068 !important;
}


/* padding de abajo */
.pb15 {
	padding-bottom: 35px;
}

/* margin de arriba */
.mt0 {
	margin-top: 0px!important;
}

/* margin de abajo */
.mb0 {
	margin-bottom: 0px;
}
.mb12 {
	margin-bottom: 12px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb18 {
	margin-bottom: 18px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb36 {
	margin-bottom: 36px;
}
.mb52 {
	margin-bottom: 52px;
}
.mb50 {
	margin-bottom: 50px;
}
/* tipografia */
.mayuscula {
    text-transform: uppercase;
}
.minuscula {
    text-transform: lowercase;
}
.tipoNormal {
    text-transform: initial;
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}

@media only screen and (max-width:  834px) {
	
	.fs18 {
		font-size: 18px;
	}
	.fs20 {
		font-size: 18px;
	}
	.fs22 {
		font-size: 18px;
	}
	.fs28 {
		font-size: 22px;
	}
	.fs30 {
		font-size: 22px;
	}
	.fs36 {
		font-size: 22px;
	}
	.fs45 {
		font-size: 30px;
	}
	
	.lh24 {
	  line-height: 22px;
	}
	.lh26 {
	  line-height: 24px;
	}
	.lh28 {
	  line-height: 24px;
	}
	.lh30 {
	  line-height: 26px;
	}
	.lh32 {
	  line-height: 26px;
	}
	.lh34 {
	  line-height: 26px;
	}
	.lh40 {
		line-height: 26px;
	}
	.lh45 {
	  line-height: 30px;
	}
	.lh50 {
	  line-height: 30px;
	}
	
}