
.estilope{
    font-size: 50px;
    text-align: center;
    color: orange;
}
body{
    background-image: url("/BootStrap/img/pic1.JPG");
}

.borde {
    border-style: solid red; 
}

#whatsap {
    width: 20px;
    height: 20px;
}

.about {
    padding-top: 100px;
}

/* Solo en celulares le pongo un margen top al slider para que se muestre */
@media only screen and (max-width: 600px) {
  .mt-mobile {
    margin-top: 140px;
  }
  .about-mobile{
      margin-top:120px;
  }
}


/* margin cero whatsapp */
.mt-whatsap{
    margin-top:-22px
}

.mt-whatsap2{
    margin-top:-10px
}