/* Adaptaciones */

/*General*/
div[class^='trabajos-ejemento']{
    color: #000;
/*    border: 1px !important;
    border-color: black;
    border-width: thin;
    background-color: #bbb; */
}

/* Todos  los divs cuyo ID empiezan por la cadena 'miID' */
div[id^='miID']{
    color: #C9CFE1;
}

.trabajos-image {
    width: 300px !important;
}
#trabajos-image {
    width: 300px !important;
}

/*Galeria*/
.image-source-link {
	color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
/* Video embebido*/
    .embed-container { 
        position: relative; 
        /*padding-bottom: 56.25%;*/
		padding-bottom: 0%;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    } 

    .embed-container iframe,
    .embed-container object,
    .embed-container embed { 
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/*mapa*/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

