

*, *:before, *:after{
    box-sizing: inherit;
  }

.fondoNavBar{
    background: rgb(250,250,237);
background: linear-gradient(142deg, rgba(250,250,237,1) 0%, rgba(255,255,255,1) 15%, rgba(250,250,237,1) 100%);
}

.colorTextP{
    color: #003179;
}
.colorTextN{
    color: #000000;
}

.enlaceP{
    text-decoration: none;
}
.enlaceP:hover{
    text-decoration:underline;
}

.enlaceS{
    text-decoration: none;
}
.enlaceS:hover{
    text-decoration:underline;
}

.colorP{
    background-color: #fafaed;
}

.colorS{
 background-color: #dddddd;
}

.justify{
    text-align: justify;
}

.fs-nosotros{
    font-size: 50px;
}

.zoom-image {
    transition: transform 2s;
  }
  
  .zoom-image:hover {
    transform: scale(1.1);
    -webkit-box-shadow: -3px 8px 26px -3px rgba(37,170,225,1);
    -moz-box-shadow: -3px 8px 26px -3px rgba(37,170,225,1);
    box-shadow: -3px 8px 26px -3px rgba(37,170,225,1);
  } 

.lineaAzul{ 
 color: #003179;
 margin: 0px;
}
.lineaDorada{
 color: #d99f28;
 margin: 0px;
}

.dorado{
    background-color: #d99f28;
}
