/*
-	Revolution Slider 4.1 Captions -

Screen Stylesheet

version:   	1.4.5
date:      	27/07/2025
author:		themepunch
email:     	info@calbert72.com
website:   	https://calbert72.com
* jquery.selectBoxIt.css 3.8.1
* Author: @gregfranko
* Credencial by dodifique: Alberto Osa Abeso Oyana
* From Calbert 72 int.
-----------------------------------------------------------------------------*/


/* ESTILOS CENTRADOS EN EL LOGO Y ANEXOS DEL SISTEMA */

.heading_logo{
    display: grid;
    justify-content: center;
    place-items: center;
    justify-items: center;
    align-items: center;
    height: 100px;
    border-radius: 5px solid #ccc;
}

.heading_img{
    background-color: #d39e9e56;

}

.heading_logo img{
    max-width: 100%; /* Para responsividad  */
    height: auto;
}