
body {
    /*background-color: #660e87;*/
    /*background-color: #000;*/
    background-image: url("../img/bk_patron2.jpg");
    background-repeat: repeat;
    color: #fff;
    overflow-x: hidden;
}

#contenedor_home {
    width: 100%;
    position: relative;
}

#logo_div {
    width: 100%;
    text-align: center;
}

#loader_div {
    width: 50%;
    margin: 0 25%; 
    text-align: center;
    display: none;
    margin-bottom: 30px;
}

#logo_div img {
    max-width: 80%;
    /*max-width: 40%;*/
    margin-top: 40px;
}




#subir_foto_div {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    
}

#contenedor_home i {
	border-radius: 50%;
	border: 10px solid #f3bdca;
	background-color: #fff;
	padding: 30px;
	color: #f3bdca;
	font-size: 80px;
	cursor: pointer;
}

#contenedor_home i:hover {
    border: 10px solid #f3bdca;
    background-color: #f3bdca;    
    color: #fff;
}

#galeria_div i {
    padding: 30px 20px;
    font-size: 70px;
}




/*#galeria_div {
    width: 100%;
    text-align: center;
    margin-top: -20px;
    
}*/

#preview_foto {
    width: 90%;
    margin: 5%;
}

#control_preview {
    width: 70%;
    margin: 30px 15%;    
}

.div_control {
    width: 33%;
    display: block;
    float: left;
    text-align: center;
}

.div_control i {
    padding: 0 !important;
    font-size: 50px !important;
    border-radius: 50%;
    border: 0px solid #eacaee !important;
    background: none !important;
    color: #fff !important;
    cursor: pointer;
}

.div_control i:hover {
    color: #000 !important;
}


#aceptar_foto i {
    color: #40b30b !important;
}

#cancelar_foto i {
    color: #cf4c4c !important;
}


#galeria_div {
    width: 100%;
    text-align: center;
    margin-top: 4px;
    background-color: #f3bdca;    
    float: left;
}

.img_div {
    float: left;
    width: 32%;
    height: 32%;
    margin: 0.5%;
    
}

.img_div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

#foto_max {
    width: 100%;
    height: 100vh;
    background-color: #000;
    padding: 5%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

i.close_foto_max {
    position: absolute;
    top: 20px;
    right: 20px;
    border-radius: 50%;
    border: 0px solid #eacaee !important;
    background: #000 !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 25px !important;
    padding: 10px 14px !important;
}

i.close_foto_max:hover {
    background: #fff !important;
    color: #000 !important;
}


#logo_div_pantalla {
	width: 300px;
	text-align: center;
	position: absolute;
	top: 29px;
	left: 20px;
}

#logo_div_pantalla2 {
	width: 200px;
	text-align: center;
	position: absolute;
	bottom: 29px;
	right: 20px;
}

#logo_div_pantalla img {
    /*max-width: 80%;
    margin-top: 40px;*/
}

#view_pantalla {
    width: 100%;
    padding: 2vh;
    text-align: center;
}

#view_pantalla img {
    max-width: 96vw;
    max-height: 96vh;
}

#listado_gestionar {
    float: left;
    width: 96%;
    margin: 20px 2%;
    background-color: #fff;
    color: #000;
}

.img_listado_mini {
    max-width: 200px;
}


#girar_foto i {
    color: #000 !important;
}

/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/
/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/
/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/
/*----- media queries ------------------------------------------------------------------------------------------------------------------ ------*/

@media (min-width: 1700px) {
    
  

}

@media (min-width: 1501px) and (max-width: 1699px) {
    
    
}

@media (min-width: 1220px) and (max-width: 1500px) {
    
  
}


@media (min-width: 992px) and (max-width: 1219px) {
    
   
    
    
}
/**************************************************/
@media (min-width: 768px) and (max-width: 991px) {
    
  
   
}
/**************************************************/
@media (max-width: 767px) {
    
 
    
}


@media (min-width: 601px) and (max-width: 767px) {
     
}
    

/**************************************************/
@media (max-width: 600px) {
    
   


}


@media (max-width: 400px) {
    
   
    
    
    
    
}
 

