.pblue{
  background-color: #1577B7;
  color: white;
}

nav{
  background-color: grey;
  background-image: url('../img/prisma.svg');
}

#main{
  padding-top: 0px !important;
  background: rgb(81,113,135);
  background: radial-gradient(circle, rgba(81,113,135,1) 0%, rgba(226,226,226,1) 100%);
}

.circlex{
  border-radius: 10%;
}

#anuncio{
  color: white;
}

body{
  overflow-y: scroll;
}

li a i{
  display: contents !important;
  line-height: 56px !important;
}

.der{
  float: right;
}

.redes a{
  color: black;
  font-size: 25px;
}

.mhr{
  color: #e2e2e2;
}

.top_space{
  margin-top: 2%;
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
  .brand-logo{
    width: 18% !important;
  }
}

#mfloat{
  position: fixed;
  bottom: 10%;
  right: 3%;
}

@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}

.brand-logo{
  width: 45%;
}

.brand-logo img{
  width: 100%;
}

.cuadro{
  min-height: 92vh;
}

#info b{
  text-align:  center;
}

#info p{
  text-align: justify;
  text-justify: inter-word;
}

.tit0{
  text-align: center; 
  font-weight: bolder;
  font-size: 3vw;
  padding: 3%;
  margin-top: 0;
  background: rgb(81,81,81);
  background: radial-gradient(circle, rgba(81,81,81,1) 0%, rgba(140,140,140,1) 100%);
  color: white;
}

.tit1{
  color: #517187;
  font-size: 125%;
}

.collection-item p .mdi{
  line-height: normal !important;
}

.bottom{
  text-align: center;
  background: #3c3c3c;
  color: white;
  height: 7%;
}

.marco {
    background: linear-gradient(to bottom right, #517187 16%,#36C0ED 51%,#517187 84%);
    padding: 2px;
    height: 190px !important;
    width: 190px !important;
}

.nprod{
    display: table;
    text-align: center;
    width: 100%;
    margin-bottom: 7%;
    font-weight: bold;
}