html, body{
    height: 100%;
}

._Novedades{
    width: 100%;
    padding: 0px;
    height: 100%;
}

._Novedades h1{
    color: #434552;
    font-size: 35px;
    /*font-family: Frutiger;*/
    font-weight: lighter;
}

.novedadesCSS .row .colum1 hr{
    margin: 10px;
}

/* ------------ Col 1 > novedad_style1 -------------*/
.novedad_style1{
    position: relative;
    color: #FFFFFF;
    padding: 4px !important;
    height: 450px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

@media (max-width: 600px){
    .novedad_style1{
        margin-top: 15px;
    }
}

/* -- Dia y Mes -- */
.novedad_style1 div:first-child{
    position: absolute;
    background-color: #05983D;
    top: -5px;
    left: 15px;
    padding: 5px;
    text-align: center;
}

.novedad_style1 div:first-child span:first-child{
    width: 100%;
    font-size: 25px;
}

.novedad_style1 div:first-child hr{
    width: 100%;
    margin: 0px !important;
    color: #FFFFFF;
}

.novedad_style1 div:first-child span:nth-child(2){
    width: 100%;
    font-size: 18px;
}

/* -- Contenido -- */
.novedad_style1 div:nth-child(2){
    width: 100%;
    /*text-align: justify;*/
    background-color: #EAEAEA;
}

.novedad_style1 div:nth-child(2) img{
    width: 100%;
    /*height: 240px;*/
}

.novedad_style1 div:nth-child(2) div{
    width: 100%;
    position: relative;
}

.novedad_style1 div:nth-child(2) div h6{
    color: #378A46;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
}

.novedad_style1 div:nth-child(2) div p{
    color: #636267;
    padding-left: 15px;
    padding-right: 15px;
    height: 99px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.novedad_style1 div:nth-child(2) a{
    background-color: #0C973A;
    color: #FFFFFF;
    width: 100%;
    display: block;
    padding: 10px;
    text-align: center;
}

.novedad_style1 div:nth-child(2) a:hover{
    opacity: 0.9;
}

.novedad_style1 div:nth-child(2) div .difuminado{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, #EAEAEA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, #EAEAEA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, #EAEAEA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, #EAEAEA); /* Standard syntax */
}

/* ------------ Col 1 > novedad_style2 -------------*/
.novedad_style2{
    padding: 4px !important;
    color: #636267;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.novedad_style2 .col:first-child div{
    background-color: #0C973A;
    color: #E3E7F3;
    padding: 10px;
    padding-top: 0px;
    text-align: center;
}

.novedad_style2 .col:first-child div span:first-child{
    font-size: 50px;
    font-weight: lighter;
}

.novedad_style2 .col:first-child hr{
    margin-top: -10px;
    margin-bottom: 10px;
}

.novedad_style2 .col:first-child span:nth-child(3){
    font-size: 40px;
}

.novedad_style2 .col:first-child span:nth-child(4){
    font-size: 30px;
}

.novedad_style2 .col:first-child span:nth-child(3),
.novedad_style2 .col:first-child span:nth-child(4){
    line-height: 20px;
    font-weight: lighter;
}

@media (max-width: 1350px){
    .novedad_style2 .col:first-child div span:first-child{
        font-size: 40px;
    }

    .novedad_style2 .col:first-child hr{
        margin-top: -2px;
        margin-bottom: 5px;
    }

    .novedad_style2 .col:first-child span:nth-child(3){
        font-size: 30px;
    }

    .novedad_style2 .col:first-child span:nth-child(4){
        font-size: 25px;
    }
}

@media (max-width: 550px){
    .novedad_style2 .col:first-child div{
        padding-left: 0px;
        padding-right: 0px;
    }

    .novedad_style2 .col:first-child div span:first-child{
        font-size: 22px;
    }

    .novedad_style2 .col:first-child span:nth-child(3){
        font-size: 15px;
    }

    .novedad_style2 .col:first-child span:nth-child(4){
        font-size: 11px;
    }
}

.novedad_style2 .col:nth-child(2) div{
    position: relative;
}

.novedad_style2 .col:nth-child(2) div span{
    font-weight: lighter;
}

.novedad_style2 .col:nth-child(2) div h6{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    color: #418B5A;
}

.novedad_style2 .col:nth-child(2) div p{
    margin-top: 0px;
    text-align: justify;
    padding-right: 15px;
    max-height: 90px;
    overflow-y: hidden;
}

.novedad_style2 .col:nth-child(2) div p p:nth-child(1n+0){
    margin: 0px;
    padding: 0px;
}

.novedad_style2 .col:nth-child(2) div .difuminado{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    background: transparent; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(transparent, white); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(transparent, white); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(transparent, white); /* For Firefox 3.6 to 15 */
    background: linear-gradient(transparent, white); /* Standard syntax */
}