/*
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=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


/* fuentes */
.ffUbu {
    font-family: "Ubuntu", sans-serif;
}


/* fuente grosor */
.fwRegular {
  font-weight: 400;
}
.fwMedium{
  font-weight: 500;
}
.fwBold {
  font-weight: 700;
}
.fwSemiBold {
  font-weight: 600;
}
.fwExtraBold {
  font-weight: 800;
}


/* tamaño de fuente */
.fs16 {
  font-size: 16px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs25 {
  font-size: 25px;
}
.fs28{
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs35 {
  font-size: 35px;
}
.fs36 {
    font-size: 36px;
  }
.fs52 {
    font-size: 52px;
  }
  

/* interlineado */
.l-s018 {
  letter-spacing: -0.18px;
}
.l-s024 {
  letter-spacing: -0.24px;
}
.ls0 {
  letter-spacing: 0px;
}
.ls1 {
  letter-spacing: 1px;
}
.ls03 {
  letter-spacing: 0.3px;
}
.ls05 {
  letter-spacing: 0.5px;
}
.ls06 {
  letter-spacing: 0.6px;
}
.ls07 {
  letter-spacing: 0.7px;
}
.ls04 {
  letter-spacing: 0.4px;
}
.ls2{
	letter-spacing: 2px;
}

/* interlineado de oracion (espacio debajo de la oracion) */
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh29 {
  line-height: 29px;
}
.lh30 {
  line-height: 30px;
}
.lh32 {
  line-height: 32px;
}
.lh40 {
  line-height: 40px;
}

.lh47 {
  line-height: 47px;
}

.lh52 {
  line-height: 52px;
}
.lh79 {
  line-height: 79px;
}


/* colores */
.mostaza{
	color: #CFA455; 
}
.blanco {
  color: #FFFFFF;
}
.verde {
  color: #134134;
}
.bordo {
  color: #8B1A1E;
}
.rojo {
  color: #C1272D;
}
.casiNegro {
  color: #373435;
}
.negro {
  color: #000000;
}


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

/* margin de abajo */
.mb0 {
	margin-bottom: 0px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mtb0 {
	margin-bottom: 0px;
  margin-top: 0px;
}

/* tipografia */
.mayuscula {
    text-transform: uppercase;
}
.minuscula {
    text-transform: lowercase;
}
.tipoNormal {
    text-transform: initial;
}

@media only screen and (max-width:  375px) {
	.lh26 {
		line-height: 25px;
	}
	.fs35 {
		font-size: 25px;
	}
}
@media only screen and (max-width:  700px) {
	.fs52 {
		font-size: 29px !important;
	}
	.fs36 {
		font-size: 25px !important;
	}
	.fs28 {
    	font-size: 20px !important;
	}
	.lh32 {
		line-height: normal;
	}
}