/* START FONTS */

@font-face { 
font-family: "principal"; 
font-display: swap; 
src: url('/wp-content/fonts/GANTARI.ttf') format('woff2'), 
font-weight: 100 900; 
font-style: normal; } 

@font-face { 	
font-family: "cursiva"; 
font-display: swap; 
src: url('/wp-content/fonts/GANTARI-ITALIC.ttf') format('woff2'), 
font-weight: 100 900; 
font-style: normal; } 

html * {
	font-family: principal;}

/* END FONTS */

/* START FONT-SIZES */

.text120-100, .text120-100 * {
	font-size: 120px;
	line-height:100px}

.text60-50, .text60-50 * {
	font-size: 60px;
	line-height:50px;}

.text34-34, .text34-34 * {
	font-size: 34px;
	line-height:38px}

.text24-24, .text24-24 *, nav.rank-math-breadcrumb *{
	font-size: 24px;
	line-height:24px;}

.text18-21, .text18-21 * {
	font-size: 18px;
	line-height:21px}

.text14-18, .text14-18 * {
	font-size: 14px;
	line-height:18px;}

.text10-14, .text10-14 * {
	font-size: 10px;
	line-height:14px;}

@media screen and (max-width: 768px) {
.text120-100, .text120-100 * {
	font-size: 34px;
	line-height:34px}

.text60-50, .text60-50 * {
	font-size: 24px;
	line-height:24px;}

.text34-34, .text34-34 * {
	font-size: 24px;
	line-height:24px}

.text24-24, .text24-24 *, nav.rank-math-breadcrumb *{
	font-size: 24px;
	line-height:24px;}

.text18-21, .text18-21 * {
	font-size: 18px;
	line-height:21px}

.text14-18, .text14-18 * {
	font-size: 14px;
	line-height:18px;}

.text10-14, .text10-14 * {
	font-size: 10px;
	line-height:14px;}
	
}

/* END FONT SIZES */

h1, h2, h3 {
    margin: 0;
}

.negrita {
	font-weight: bold !important;
}

h2, h3 { 
font-weight: 400;}

@media (max-width: 768px) {

nav.rank-math-breadcrumb *, .exito-pastilla-tipo {
    font-size: 14px !important;
    line-height: 15px;
	}}

a {
    text-decoration: none;
}