#informacion_vista_usuario .btn, #informacion_vista_administrador .btn, #informacion_detalle .btn, #informacion_editar .btn{
    font-family: inherit;
    font-size: 16px;
}

#informacion_vista_administrador {
    display: none;
}

div.informacion-fecha {
    color: #999;
    font-size: 12px;
    line-height: 24px;
    font-family: Lato,sans-serif;
    margin: 0 0 12px 0;
}

div.informacion-titulo {
    font-family:Montserrat, Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
    color:#232323;
}

.informacion-noticia img {
    display: block;
    max-width: 75px;
    max-height: 75px;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.informacion-noticia-contenido {
    text-align: center;
}

.informacion-contenido {
    background-color: #ffffff;
    border-radius: 10px;
    height: calc(100% - 27px);
}

.informacion-contenido-usuario {
    background-color: lightgray;
}

#informacion_detalle, #informacion_editar {
    display: none;
    position: absolute;
    background: rgba(0,0,0,.7);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}

#informacion_detalle img {
    display: block;
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

#informacion_detalle .informacion-contenido, #informacion_editar .informacion-contenido {
    height: auto;
    max-width: 1140px;
    margin: 20px auto;
}

#informacion_detalle .btn, #informacion_editar .btn {
    float: right;
}

#informacion_editar input, #informacion_editar textarea {
    width: 100%;
    margin: 4px;
}

#informacion_editar textarea {
    height: 100px;
}

#informacion_editar img.informacion-imagen {
    display: block;
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
    margin-left: 40px;
}

/*New styles grid*/
.galeria #companyList{
    display: grid;
    list-style:none;
    grid-template-columns: 25% 25% 25% 25%;
    padding:0;
    max-width:1455px;
    width:100%;
}
.galeria .companyElementCont{
    display:flex;
    padding:5px;
    box-sizing:border-box;
}
.galeria .companyElement{
    width:100%;
    border: 1px solid hsla(0,0%,92.2%,.34902);
    box-shadow: 0 6px 10px -1px hsl(0deg 0% 82% / 55%);
    border-radius:10px;
    background-color:#ffffff;
    padding:10px;
    box-sizing:border-box;
}
.galeria .companyElement h2{
    font-family:Montserrat, Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
    color:#232323;
}
.galeria .companyElement h3{
    color: #999;
    font-size: 12px;
    line-height: 24px;
    font-family: Lato,sans-serif;
    margin: 0 0 12px 0;
}
.galeria .companyElement img{
    width:100%;
    height:auto;
    object-fit:cover;
    border-radius:10px;
    box-sizing:border-box;
    border:solid #f7f7f7 1px;
}
.galeria .companyElement .companyDesc{
    color:#232323;
    font-size: 14px;
    line-height: 24px;
    font-family: Lato,sans-serif;
    margin: 12px 0 0 0;
}
.galeria .companyElement .companyWeb{
    color:#999;
    font-size: 14px;
    line-height: 24px;
    font-family: Lato,sans-serif;
    margin:0;
    text-align:left;
}
@media (min-width:1022px) and (max-width:1365px){
    .galeria #companyList{
        padding:0 20px;
        grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
    }
    .companyDetailLeft{
        padding:0 10px 0 20px;
    }
    .companyDetailRight{
        padding:0 20px 0 10px;
    }
}
@media (min-width:600px) and (max-width:1021px){
    .galeria #companyList{
        padding:0 10px;
        grid-template-columns: 50% 50%;
    }
    .companyDetailCont{
        margin-top: 210px;
    }
    .resultados{
        margin-top: 210px;
    }
    .companyDetailLeft{
        padding:0 10px;
    }
    .companyDetailRight{
        padding:0 10px;
    }
}
@media (max-width:599px){
    .galeria #companyList{
        padding:0;
        grid-template-columns: 100%;
    }
    .menu_ppal .h2{
        line-height: 17px;
    }
    .companyDetailCont{
        margin-top: 100px;
    }
    .resultados{
        margin-top: 100px;
    }
    .companyDetailLeft{
        padding:0 5px;
    }
    .companyDetailRight{
        padding:0 5px;
    }
}
/*===============*/