/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 22 nov 2024, 13:50:36
    Author     : marcos.ortega
*/

.imgview {
    width: 75% !important;
}
.imgViewContent {
    width: 30% !important;
    margin: 3% !important;
}

.footRight {
    transform: scaleX(-1) !important;
}

.backContent {
    background-position: center !important;
    background-color: #E0DFD5 !important;
    background-image: url('../img/mask.png');
    border-radius: 10px !important;
}
.backGreenNav {
    background-color: #192118 !important;
    border-radius: 10px !important;
}

.textTitNav {
    font-size: xx-large !important;
    margin: 0 !important;
    color: #FFF !important;
}
.textContent {
    font-weight: bold;
    font-size: xx-large !important;
    margin: 0 !important;
    color: #273D2A !important;
}
.textSubContent {
    font-weight: bold;
    font-size: x-large !important;
    margin: 0 !important;
    color: #273D2A !important;
}
.textFooter {
    font-size: large !important;
    margin: 0 !important;
    color: #FFF !important;
}