/* soluciones integrales */
.front-portada .title {
  color: #7d4b3b;
  font-size: 25px;
  font-weight: bold;
    line-height: normal;
  order: 2;
  letter-spacing: -3px;
  text-transform: uppercase;  
  border-bottom: 1px solid #ccc;  
}

.front-portada-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  
}
/*
.front-portada__item {
  flex: 0;
  margin: 10px;
}
*/


#inicio p{
  font-size: 17px !important;
  line-height: 1.8;
}

#inicio h3{
  color: #7d4b3b;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    order: 2;
    letter-spacing: -3px;
    text-transform: uppercase; 
    text-align: center;   
    margin-bottom: 20px;
}

#inicio .preguntenos{
  font-size: 25px;
  color: #d32727;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;  
}

#inicio .youtube{
  display: flex;
  justify-content: center;
}

#main #block-palen-views-block-tienda-block-1 h2{
  color: #7d4b3b;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    order: 2;
    letter-spacing: -3px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    text-align: center;
}

#main #block-palen-views-block-tienda-block-1 .view-tienda {
  display: flex;
  justify-content: center;
}

.front-portada__item p {
     padding-top: 10px;
     border-right: 1px solid #b8c7e6;
     border-left: 1px solid #b8c7e6;  
     border-bottom: 1px solid #b8c7e6;  
     padding-bottom: 10px;
     margin:0px;
    padding: 15px;
    text-align: justify;  
    margin-bottom: 20px;
    height: 145px;
}

.front-portada__item .subtitle {
     padding-top: 10px;
     border-right: 1px solid #b8c7e6;
     border-left: 1px solid #b8c7e6;  
     border-bottom: none;
       margin:0px;
    padding: 15px;
    text-align: justify;  
    height: 60px;
}


  .front-portada__item img {
    width: 100%;
    height: auto;
  }

@media (max-width: 1149px) {
  .front-portada-items {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }

  .front-portada__item {
    max-width: 80vw;
    text-align: center;
  }

  .front-portada__item img {
    width: 600px;
    max-width: 100%;
  }
}

/* CATEGORIAS */
#categ-princp .categ{
  margin-bottom: 15px;
}




#categ-princp .categ:hover .titulo {
  position: absolute;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7) ;
}


#categ-princp .titulo{
  background-color: #7d4b3b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
  transition:  background-color 500ms, height 2s;     
}

#categ-princp img{
  border: solid 1px #ccc; 
}


#categ-princp .titulo a{
  color: #fff; 
}

/* MARCAS */


.home-marcas .title{
    font-size: 25px;
    text-align: center;
} 






.front-marcas__img {
    padding: 0px;
}
.front-marcas__img img {
    width: -webkit-fill-available;      
}

.front-marcas__text{
    background-color: #e1e1e1!important;
    padding: 50px 20px; 
    height: 380px;  
}

@media (max-width: 1149px) {
  .front-marcas__text{
    padding: 20px 20px; 
    height: 313px; 
  }
  
 .front-marcas__text p.title{
    font-size: 20px !important;    
}     
}

@media (max-width: 1149px) {
  .front-marcas__text{
    padding: 20px 20px; 
    height: 313px; 
  }
  
 .front-marcas__text p.title{
    font-size: 20px !important;    
}     
}

@media (max-width: 565px) {
  .front-marcas__text{     
    height: 455px; 
  }
}


.front-marcas__text p{
    font-size: 18px;
    text-align: justify;
}

.front-marcas__text p.final{
    font-weight: bold;
}

.home.container-fluid{
    padding:0px;
}

.home .marcas-bottom,
.home .marcas-top{
    width: 100%;
   
}