.decoracion{
    width: 100%;
}

#des{
    margin-top: 25px;
}

#margen{
    margin-top: 10px;
}

body .container .row article #accordionFlushExample div div div label a{
    color: #0d6efd;
    text-decoration: none !important;
}

body .container .row article #accordionFlushExample div div div label:hover a{
    color: #ffffff !important;
    text-decoration: none !important;
}

h2{
    font-size: 15px;
}

h3{
    font-size: 50px;
}

p{
    font-size: 20px;
    text-align: justify;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 575px) {
  .decoracion{
    width: 100%;
    height: 150px;
}

.nekcom-img{
    margin-top: 19%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 576px) and (max-width: 767px){
  .nekcom-img{
    margin-top: 19%;
} 
}

/* Medium devices (landscape tablets, 768px and up) */
@media screen and (min-width: 768px) and (max-width: 991px) {
    .nekcom-img{
    margin-top: 14%;
}  
 
    .foo {
    background: #26358c;
    height: 85px;
}
    .decoracion {
    width: 100%;
    height: 211px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
    .nekcom-img{
    margin-top: 2.5%;
}  
    .decoracion {
    width: 100%;
    height: 210px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media screen and (min-width: 1200px) { 

}
