/*************** ALINEAR ***************/
.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.login-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*************** LOADING ***************/
#divLoading {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #007bff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(254, 254, 255, .65);
    z-index: 9999;
    display: none;
}

#divLoading img {
    width: 100px;
    height: 100px;
}

/*************** CLASE PARA PINTAR ROJO LO REQUERIDO ***************/
.required {
    color: #dc3545;
    font-size: 13pt;
    font-weight: bold;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DEL CALL TO ACTION ***************/
.prevPhotoLlamada {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/llamada.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoLlamada label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoLlamada img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DEL SLIDER ***************/
.prevPhotoSlider {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoSlider label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoSlider img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DEL PORQUE ***************/
.prevPhotoPorque {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/porque.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoPorque label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoPorque img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DEL SERVICIOS ***************/
.prevPhotoCabecera {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/cabecera.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoCabecera label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoCabecera img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DE LA MISION ***************/
.prevPhotoMision {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/mision-vision.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoMision label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoMision img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DE LA VISION ***************/
.prevPhotoVision {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/mision-vision.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoVision label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoVision img{
	width: 100%;
	height: 100%;
}





/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DEL SERVICIOS ***************/
.prevPhotoCorta {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/servicio-corto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoCorta label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoCorta img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DEL SERVICIOS ***************/
.prevPhotoLarga {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/servicio-alt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoLarga label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoLarga img{
	width: 100%;
	height: 100%;
}

/*************** ESTILOS PARA CARGAR Y ELIMINAR LAS IMAGENES DE LA CATEGORIA ***************/
.prevPhotoUsuario {
    display: flex;
    justify-content: space-between;
    width: 150px;
    height: 150px;
    border: 1px solid #CCC;
    position: relative;
    cursor: pointer;
    background: url(../images/uploads/perfil.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin: auto;
}

.prevPhotoUsuario label{
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.prevPhotoUsuario img{
	width: 100%;
	height: 100%;
}

.upimg, .notBlock{
	display: none !important;
}

.errorArchivo{
	font-size: 16px;
	font-family: arial;
	color: #dc3545;
	text-align: center;
	font-weight: bold; 
	margin-top: 10px;
}

.delPhoto{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #dc3545;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}

.delPhoto1{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #dc3545;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}

.delPhoto2{
	color: #FFF;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	width: 25px;
	height: 25px;
	background: #dc3545;
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 10;
}
#tbl_list_productos img{
	width: 50px;
}

.imgProductoDelete{
	width: 175px;
}

/*************** ESTILOS IMAGENES DEL MODAL VIEW ***************/



#imgSlider, #imgServicioCa, #imgServicioGr, #imgServicioPe, #imgPorque, #imgMision, #imgVision, #imgLlamada{
	text-align: center;
}

#imgSlider img{
	width: 200px;
	margin: auto;
}

#imgServicioCa img{
	width: 200px;
	margin: auto;
}

#imgServicioGr img{
	width: 200px;
	margin: auto;
}

#imgServicioPe img{
	width: 200px;
	margin: auto;
}

#imgPorque img{
	width: 200px;
	margin: auto;
}

#imgMision img{
	width: 200px;
	margin: auto;
}

#imgVision img{
	width: 200px;
	margin: auto;
}

#imgLlamada img{
	width: 200px;
	margin: auto;
}

#celUrl {
	max-width: 200px;
	word-wrap: break-word;
}

/*************** ESTILOS IMAGENES DE LA GALERIA ***************/
#containerImages{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

#containerImages > div{
	margin-right: 10px;
	margin-bottom: 8px;
}

.prevImage{
	border: 1px solid #CCC;
	width: 120px;
	height: 148px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prevImage img{
	width: 100%;
}

.inputUploadfile{
	display: none;
}

.btnUploadfile, .btnDeleteImage{
	border: 0;
	background-color: #28a745;
	text-align: center;
	padding: 2px 3px;
	color: #FFF;
	font-size: 9pt;
	cursor: pointer;
	width: 100%;
}

.btnDeleteImage{
	background-color: #dc3545;
}

.prevImage .loading{
	width: 50px;
	height: 50px;
}

#celFotos img{
	width: 150px;
	margin: 10px;
}


.autoWidth {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
