﻿/* MATERIAL ICONS */
.material-icons {
    opacity: .8;
    line-height: 0;
    vertical-align: sub;
}

    .material-icons:hover {
        opacity: 1;
    }

/* FONTS */
.open-sans {
    font-family: 'Open Sans', sans-serif;
}

.franklin-ghotic {
    font-family: 'Franklin Gothic', sans-serif;
}

/* TAMAÑOS */
.h0 {
    font-size: 80px;
    line-height: 0.8em !important;
}

.h1 {
    font-size: 60px;
    line-height: 0.8em;
}

.h1-2 {
    font-size: 50px;
    line-height: 0.9em;
}

.h1-1 {
    font-size: 40px;
    line-height: .8em;
}

.h2 {
    font-size: 35px;
    line-height: 0.8em;
}

.h3 {
    font-size: 30px;
    line-height: 1.2em;
}

.h3-1 {
    font-size: 26px;
    line-height: 1.2em;
}

.h4 {
    font-size: 20px;
    line-height: 1.3em;
}

.h5 {
    font-size: 16px;
    line-height: 1.3em;
}

.h6 {
    font-size: 13px;
}

.h7 {
    font-size: 11px;
    line-height: 1.3em;
}

/* GROSORES */

b {
    font-weight: 600;
}

.thin {
    font-weight: 300;
}

.normal {
    font-weight: 400;
}

.bold {
    font-weight: 600;
}

.bolder {
    font-weight: 700;
}

.condensed {
    line-height: 1em;
}

/* OTROS */

.italic {
    font-style: italic;
}

/* ALINEACIONES */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

/* SOMBRAS */
.text-shadow-1 {
    text-shadow: 0 1px 50px rgba(0,0,0,1);
}

/* VINCULOS */
a, .url {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 150ms;
    outline: none;
    display: flex;
    justify-content: center;
}

    a:hover, .url:hover {
        color: #c0342c;
    }

    a.active, .url.active {
        color: #c0342c;
        cursor: pointer;
        text-decoration: none;
        transition: all 150ms;
        transition: box-shadow 200ms;
    }

        a.active:hover, .url.active:hover {
            box-shadow: inset 0 -2px 0 0;
            transition: box-shadow 200ms;
        }

i a, #visor-desc a {
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(0,0,0,.07);
    border-radius: 4px;
    margin: 5px 0;
}

.submenu a {
    display: block;
}

#footer a {
    justify-content: flex-start;
    align-items: center;
}

.unslider a {
    display: block;
    justify-content: initial;
}
