.imgICon{
    /* width:5; */
}

.imgPortadilla{
 width:100%;   
}

.descPortadilla .titulo1{
    text-align: center;
    font-weight: bold; 
    font-size:2vw;
    padding-top:1vw;
}

.descPortadilla .subtitulo1{
    text-align:center;
    font-size:1.2vw;
}


/*whatsapp*/
.whatsapp-panal {
  position: fixed;
  bottom: 22px;
  left: 22px;
  width: 62px;
  height: 62px;
  background-color: #0F6A2F; /* Verde Panal */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.35);
  z-index: 999;
  transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.whatsapp-panal:hover {
  background-color: #F28C28; /* Naranja Panal */
  transform: scale(1.12);
  box-shadow: 0 6px 16px rgba(0,0,0,0.45);
}

.whatsapp-panal svg {
  width: 32px;
  height: 32px;
}