/*
 * Estilos de fuente
 */
@font-face {
    font-family: "CenturyGothic";
    src: url("../fonts/CenturyGothic/centurygothic.eot");
    src: url("../fonts/CenturyGothic/centurygothic.eot#iefix") format("embedded-opentype"),
         url("../fonts/CenturyGothic/centurygothic.woff") format("woff"),
         url("../fonts/CenturyGothic/centurygothic.ttf") format("truetype"),
         url("../fonts/CenturyGothic/centurygothic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "CenturyGothicBold";
    src: url("../fonts/CenturyGothic/centurygothicbold.eot");
    src: url("../fonts/CenturyGothic/centurygothicbold.eot#iefix") format("embedded-opentype"),
         url("../fonts/CenturyGothic/centurygothicbold.woff") format("woff"),
         url("../fonts/CenturyGothic/centurygothicbold.ttf") format("truetype"),
         url("../fonts/CenturyGothic/centurygothicbold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadWebPro";
    src: url("../fonts/MyriadWebPro/MyriadWebPro.eot");
    src: url("../fonts/MyriadWebPro/MyriadWebPro.eot#iefix") format("embedded-opentype"),
         url("../fonts/MyriadWebPro/MyriadWebPro.woff") format("woff"),
         url("../fonts/MyriadWebPro/MyriadWebPro.ttf") format("truetype"),
         url("../fonts/MyriadWebPro/MyriadWebPro.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadWebProBold";
    src: url("../fonts/MyriadWebPro/MyriadWebPro-Bold.eot");
    src: url("../fonts/MyriadWebPro/MyriadWebPro-Bold.eot#iefix") format("embedded-opentype"),
         url("../fonts/MyriadWebPro/MyriadWebPro-Bold.woff") format("woff"),
         url("../fonts/MyriadWebPro/MyriadWebPro-Bold.ttf") format("truetype"),
         url("../fonts/MyriadWebPro/MyriadWebPro-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadWebProItalic";
    src: url("../fonts/MyriadWebPro/MyriadWebPro-Italic.eot");
    src: url("../fonts/MyriadWebPro/MyriadWebPro-Italic.eot#iefix") format("embedded-opentype"),
         url("../fonts/MyriadWebPro/MyriadWebPro-Italic.woff") format("woff"),
         url("../fonts/MyriadWebPro/MyriadWebPro-Italic.ttf") format("truetype"),
         url("../fonts/MyriadWebPro/MyriadWebPro-Italic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*
 * Iconos vectoriales (IcoMoon)
 */
@font-face {
    font-family: "tesoro-icons";
    src: url("../fonts/TesoroIcons/fonts/tesoro-icons.eot?-r71yqt");
    src: url("../fonts/TesoroIcons/fonts/tesoro-icons.eot?#iefix-r71yqt") format("embedded-opentype"),
         url("../fonts/TesoroIcons/fonts/tesoro-icons.woff?-r71yqt") format("woff"),
         url("../fonts/TesoroIcons/fonts/tesoro-icons.ttf?-r71yqt") format("truetype"),
         url("../fonts/TesoroIcons/fonts/tesoro-icons.svg?-r71yqt#tesoro-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

*[class^="icon-"], *[class*=" icon-"] {
    font-family: "tesoro-icons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-menu:before {
    content: "\e600";
}

.icon-cross:before {
    content: "\e601";
}

.icon-triangle-down:before {
    content: "\e602";
}

.icon-check:before {
    content: "\e603";
}

.icon-search:before,
.icon-magnifying-glass:before {
    content: "\e604";
}

.icon-dots-three-horizontal:before {
    content: "\e605";
}

.icon-export:before {
    content: "\e606";
}

.icon-chevron-up:before {
    content: "\e607";
}

.icon-chevron-down:before {
    content: "\e608";
}

.icon-chevron-left:before {
    content: "\e609";
}

.icon-chevron-right:before {
    content: "\e60a";
}

.icon-chevron-small-up:before {
    content: "\e60b";
}

.icon-chevron-small-down:before {
    content: "\e60c";
}

.icon-chevron-small-left:before {
    content: "\e60d";
}

.icon-chevron-small-right:before {
    content: "\e60e";
}

.icon-phone:before {
    content: "\e60f";
}

.icon-email:before {
    content: "\e610";
}

.icon-chat:before {
    content: "\e611";
}

.icon-mail:before {
    content: "\e612";
}

