﻿
.texto-titulo {
    font-family: montserratRegular !important;
    font-size: 32px !important;
}
.texto-titulo-secundario {
    font-family: montserratRegular !important;
    font-size: 24px !important;
}
.texto-detalle {
    font-family: montserratExtraLigth !important;
    font-size: 16px !important;
}
.texto-detalle-secundario {
    font-family: montserratRegular !important;
    font-size: 16px !important;
}
.texto-caracteristica {
    font-family: montserratRegular !important;
    font-size: 14px !important;
}
.texto-subrayado {
    text-decoration: underline;
}
.link {
    font-family: montserratRegular !important;
    font-size: 16px !important;
    text-decoration:none;
    color: #ffc72d;
}
/* TAMAÑO DE TEXTO*/
.texto-11 {
    font-size: 11px !important;
}
.texto-12 {
    font-size: 12px !important;
}
.texto-16 {
    font-size: 16px !important;
}
.texto-18 {
    font-size: 18px !important;
}
.texto-24 {
    font-size: 24px !important;
}
.texto-32 {
    font-size: 32px !important;
}
.texto-36 {
    font-size: 36px !important;
}
.texto-46 {
    font-size: 46px !important;
}

/* COLORES*/
.texto-guindo {
    color: #900C3F !important;
}
.texto-lightskyblue {
    color: lightskyblue !important;
}
.texto-caracteristica-detalle {
    color: #d8d8d8;
}
.texto-resaltado {
    color: #FFC627 !important;
}

/* OPCIONES*/
.texto-bold {
    font-weight: bold !important;
}