﻿.breadcrumb-container{
display: none !important;
}

.slider-principal {
  margin: 11px 0 0 0 !important;
}

.componente-novedades .tabdest {
        width: 33% !important;
    }

.componente-novedades  .nota img {
        width: 100% !important;
        height: auto !important;
    }

/* Estilos generales para pantallas menores a 400px */
@media only screen and (max-width : 400px){
 
    .componente-novedades .tabdest {
        height: 97px 100% !important;
    }
   
 
}
/* Estilos generales para pantallas menores a 768px - solo estilos que modifican anchos y altos fijos*/
@media screen and (max-width: 768px) {
    

    .componente-novedades  .nota img {
        margin-bottom: 18px;
    }
    }
    
.HomeEncabezado
{
    margin-top: 20px;
    font-size: 23px;
    line-height: 27px;
    font-weight: 400;
    text-transform: uppercase;
}

@media only screen and (max-width : 780px){
  .HomeEncabezado{
    padding-left:20px;
  }
}

@media only screen and (max-width : 480px){
  .HomeEncabezado{
      font-size: 18px;
      padding-left:10px;
  }
}

.HomeSubtituloNoticiasyRedes
{
    font:23px/23px 'din-medium';
    margin-bottom: 15px;
    color:#292929;
    text-transform: uppercase;
}

.banner
{
    font-family: 'din-black';
    font-size: 32px;
    display: block;
    line-height: 30px;
    color: #fff;
    padding: 20px 0;
}