.a{
	text-decoration:none;
}
html, body{
	-webkit-user-select: none; /* Safari 3.1+ */
	-moz-user-select: none; /* Firefox 2+ */
	-ms-user-select: none; /* IE 10+ */
	user-select: none; /* Standard syntax */
	
	font-family: 'minusculas';
	
	height: 100%;
	width: 100%;
}

#fondo_servicios{
    float: left;
    width: 100%;
}
/* pagina - contenido */
#contenido_servicios {
	float: left;
	width: 90%;
	margin-left: 5%;
    background: transparent;
	color: black;
	text-align: justify;
	
	margin-top: 260px;
	margin-bottom: 40px;
}
    .titulo_pagina{
        float: left;
        width: 90%;
        margin-left: 5%;
        text-align: center;
        font-size: 3em;
        color: rgba(159, 16, 40, 1); /* color juanjo */
    }
    .txt_servicios{
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
        text-align: justify;
        font-size: 1.6em;
        color: black;
    }
    .titulo_servicio{
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-top: 40px;
        text-align: left;
        font-size: 2em;
        color: rgba(159, 16, 40, 1); /* color juanjo */
    }
        #galeria_servicios{
            float: left;
            margin-top: 60px;
            width: 80%;
            margin-left: 10%;
        }
            #foto_galeria{
                float: left;
                width: 23.2%;
                border: 3px solid transparent;
                
                margin: 0.1%;
                
                opacity: 1;
                filter: alpha(opacity=50);
                zoom: 1;
                
                justify-content: center;
                -moz-transition:all .8s ease;
                -ms-transition:all .8s ease;
                -o-transition:all .8s ease;
                transition:all .8s ease;
            }
                #foto_galeria:hover{
                    cursor: pointer;
                    border-color: rgba(159, 16, 40, 1); /* color juanjo */
                    
                    opacity: 0.4;
                    filter: alpha(opacity=110);
                    zoom: 1;
                }

                .aspect-ratio-1-1 {
                    width: 100%;
                    object-fit: cover;
                    object-position: center;
                }
    #visor{
        float: left;
        border: 3px solid grey;
        width: 100%;
        margin-top: 40px;
        background: grey;
        z-index: 10000;
        display: none;
    }
        #img_visor{
            float: left;
            width: 100%;
        }
        #img_visor img{
            width: 100%;
        }

        .zoom {
            -webkit-transition:-webkit-transform 1s ease-out;
            transition:transform 0.5s ease-out;
        }
        .zoom:hover {
            -webkit-transform: scale(1.5);
            transform: scale(1.5) 
        }
        #cabecera_visor{
            float:left;
            width: 100%;
            height: 40px;
            background: grey;
        }
            
            .cierre_visor{
                float: right;
                font-size: 2em;
                color: black;
                
                -moz-transition:all .8s ease;
                -ms-transition:all .8s ease;
                -o-transition:all .8s ease;
                transition:all .8s ease;
            }
                .cierre_visor:hover{
                    cursor: pointer;
                    color: white;
                }
            
    		.foto_boton_ant, .foto_boton_sig{
    			float: right;
    			padding: 2px 6px;
    			font-size: 2em;
    			color: black;
                
                -moz-transition:all .8s ease;
                -ms-transition:all .8s ease;
                -o-transition:all .8s ease;
                transition:all .8s ease;
    		}
    		.foto_boton_ant:hover, .foto_boton_sig:hover{
    		    cursor: pointer;
    		    
    		    color: white;
    		    
    		    /*box-shadow:1px 1px 2px #333;*/
            	-webkit-filter: drop-shadow(0px 0px 5px #333);
            	filter: drop-shadow(0px 0px 5px #333);
    		}
    		
    		
    		
    		
    		.visor_fotos{
    			border:none;
    			max-width:20px;
    			font-size:1em;
    			color: black;
    			background: transparent;
    
    			text-align:center;
    			padding:1px 10px;
    		}

				
/* Media Queries */
@media screen and (min-width: 1500px) {
	#contenido_servicios{
		width: 80%;
		margin-left: 10%;
	}
}

@media screen and (max-width: 1300px) {
    #contenido_servicios{
        width: 94%;
        margin-left: 3%;
    }
}

@media screen and (max-width: 1100px) {
    #contenido_servicios{
        width: 94%;
        margin-left: 3%;
    }
}

@media screen and (max-width: 900px) {
    #contenido_servicios{
    	width: 100%;
    	margin:0;
    	margin-top: 70px;
    }
}

@media screen and (max-width: 800px) {
    .titulo_pagina{
        font-size: 1.8em;
    }
    .txt_servicios{
        font-size: 1em;
    }
    .titulo_servicio{
        font-size: 1.2em;
    }
    
    #visor{
        width: 92%;
        margin-left: 3%;
    }
    .titulo_visor{
        display: none;
    }
    #foto_galeria{
        width: 33%;
    }
    
    .visor_fotos{
        min-width: none;
        width: auto;
        margin: 0;
        padding: 0;
    }
    .foto_boton_ant, .foto_boton_sig{
		padding: 2px;
		font-size: 1.4em;
    }
   
}
@media screen and (max-width: 500px) {
    #foto_galeria{
        width: 47%;
    }
}
