/* -------------------------------------------------
   Estilos del componente Novedades
   ------------------------------------------------- */
.componente-novedades {
    font-family: "din-medium" !important;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    color: #838383;
    overflow: hidden;
}

.componente-novedades *, .componente-novedades *:before, .componente-novedades *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.componente-novedades .tabdest {
    border-top: 4px solid #f4f4f4;
    float: left;
    height: 85px;
    margin-bottom: 20px;
    margin-right: 1px;
    overflow: hidden;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    width: 180px;
}

.componente-novedades .tabdest.last,
.componente-novedades .tabdest:last-child{
    margin-right: 0;
}

.componente-novedades .tabdest > a{
    background: #f4f4f4;
    display: block;
    height: 100%;
    padding: 11px;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}

.componente-novedades .tabdest.active,
.componente-novedades .tabdest:hover {
	border-top: 4px solid #0063be;
}

.componente-novedades .tabdest.active > a,
.componente-novedades .tabdest > a:hover {
    background: #d5d5d5;
    text-decoration: none;
}

.componente-novedades .tabdest .tab-title,
.componente-novedades .tabdest .tab-date {
    color: #636363;
    font-family: "din-medium" !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 17px;
}

.componente-novedades .tabdest .tab-date {
    color: #a3a3a3;
}

.componente-novedades .tabdest .tab-title,
.componente-novedades .tabdest:hover .tab-title {
    color: #292929;
}

.componente-novedades .tabdest.active .tab-date,
.componente-novedades .tabdest:hover .tab-date {
    color: #0063be;
}

.componente-novedades .novedades-notas {
    border-bottom: 4px solid #efefef;
    clear: left;
    margin-bottom: 18px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
}

.componente-novedades .nota {
    display: none;
    font-family: "din-medium" !important;
    font-weight: normal;
}

.componente-novedades .nota.active {
    display: block;
}

.componente-novedades .nota img {
    color: #292929;
    font-family: "din-medium" !important;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
}

.componente-novedades .nota .nota-title {
    color: #292929;
    font-family: 'din-medium' !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 11px;
    text-transform: none;
}

.componente-novedades .nota .nota-subtitle {
    color: #292929;
    font-family: 'din-medium' !important;
    font-size: 23px;
    font-weight: normal;
    line-height: 27px !important;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.componente-novedades .nota .nota-subtitle a {
    color: inherit;
    line-height: 27px !important;
    font-family: 'din-medium' !important;
}

.componente-novedades .nota .nota-subtitle a:hover {
    text-decoration: underline;
}

.componente-novedades .nota p {
    color: #5a5a5a;
    font-family: 'din-medium' !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 17px;
    margin: 15px 0;
}