@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/Graphik-SemiboldItalic-Web.woff2') format('woff2'),
    url('../fonts/graphik/Graphik-SemiboldItalic-Web.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/Graphik-Semibold-Web.woff2') format('woff2'),
    url('../fonts/graphik/Graphik-Semibold-Web.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/Graphik-MediumItalic-Web.woff2') format('woff2'),
    url('../fonts/graphik/Graphik-MediumItalic-Web.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/Graphik-Medium-Web.woff2') format('woff2'),
    url('../fonts/graphik/Graphik-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/Graphik-RegularItalic-Web.woff2') format('woff2'),
    url('../fonts/graphik/Graphik-RegularItalic-Web.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}


@font-face {
    font-family: 'Graphik Web';
    src: url('../fonts/graphik/Graphik-Regular-Web.woff2') format('woff2'),
    url('../fonts/graphik/Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

* {
    font-family: 'Graphik Web', sans-serif;
}

body#widget {
    background-color: #252525;
    /* TODO temporal */
    width: 1200px;
    height: 300px;
    /*padding: 36.5px 24px;*/
    margin: 0 auto;
}

body#widget > div {
    background-color: #252525;
    padding: 35px 32px;
    height: 277px;
}

img {
    /*max-width: 100%;*/
    /* max-height: 100%; */
}

/*.Graphik-SemiboldItalic-Web {*/
/*    font-family: 'Graphik Web';*/
/*    font-weight: 600;*/
/*    font-style: italic;*/
/*    font-stretch: normal;*/
/*}*/

/*.Graphik-Semibold-Web {*/
/*    font-family: 'Graphik Web';*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*}*/

/*.Graphik-MediumItalic-Web {*/
/*    font-family: 'Graphik Web';*/
/*    font-weight: 500;*/
/*    font-style: italic;*/
/*    font-stretch: normal;*/
/*}*/

/*.Graphik-Medium-Web {*/
/*    font-family: 'Graphik Web';*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*}*/

/*.Graphik-RegularItalic-Web {*/
/*    font-family: 'Graphik Web';*/
/*    font-weight: 400;*/
/*    font-style: italic;*/
/*    font-stretch: normal;*/
/*}*/

/*.Graphik-Regular-Web {*/
/*    font-family: 'Graphik Web';*/
/*    font-weight: 400;*/
/*    font-style: normal;*/
/*    font-stretch: normal;*/
/*}*/

.subtitulo {
    font-weight: 400;
    font-size: 11px;
    line-height: 16.5px;
    color: #FFFFFF;
    display: inline-block;
    text-transform: uppercase;
}

.seccion {
    font-weight: 600;
    font-size: 11px;
    line-height: 16.5px;
    color: #9DD500;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 10px;
}

.borde-top {
    border-top: 2px solid #9DD500;
}

.titulo {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
}

.separador-vertical {
    border-right: 1px solid #D9D9D9;
}

body#widget a {
    text-decoration: none;
}

body#widget a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #FFFFFF;
}

#bloque1 {
    /*width: 477px;*/
    flex: 0 0 462px;
    height: 230px;
    border-right: 1px solid #D9D9D9;
    padding-right: 15px;
    display: flex;
}

#bloque1_1 {
    flex: 0 0 323px;
    padding-left: 5px;
}

#capa_bloque1_1 {
    position: absolute;
    bottom: 0;
    left: 5px;
    background: #000000;
    opacity: 0.85;
    padding: 0 10px 5px;
    z-index: 1;
}

#capa_bloque1_1 a.seccion:hover {
    color: #9DD500;
    text-decoration: underline;
}

#bloque2 {
    /*width: 369px;*/
    flex: 0 0 338px;
    height: 230px;
    border-right: 1px solid #D9D9D9;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
}

#bloque3 {
    /*width: 354px;*/
    flex: 0 0 338px;
    height: 230px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.margen {
    padding-right: 15px;
}

.mr-20px {
    margin-right: 20px;
}

.mb-30px {
    margin-bottom: 30px
}