@charset "UTF-8";
/* CSS Document */

/*0.----LAZY LOAD*/
.fade-img {
opacity: 0;
transition: opacity 0.5s ease-in-out;
}
.fade-img.is-loaded {
opacity: 1;
}

/*1.----SECTION GALERÍA*/
.sec-ficha.gal
{
max-width: none;	
}

/*2.----IMG MEDIUM MD*/
article.art-img-md{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;
flex-direction: row;
position: relative;	
width: calc(100% - 100px);  
min-width: 900px;	
max-width: 1000px;	
height: auto;
max-height: 600px;	
border-radius: var(--border-r-md);
overflow: hidden;
background-color: var(--bn-100);
border: 0.5px solid var(--base-a-4-100);
z-index: 1;
box-shadow: 
  0 0 0 1px rgba(53, 72, 91, .07), 
  0 2px 2px rgba(0, 0, 0, .01), 
  0 4px 4px rgba(0, 0, 0, .02), 
  0 10px 8px rgba(0, 0, 0, .03), 
  0 15px 15px rgba(0, 0, 0, .03), 
  0 30px 30px rgba(0, 0, 0, .04), 
  0 70px 65px rgba(0, 0, 0, .05);  
margin-top: 0px;	
padding: 0px;    
}
article.art-img-md .img{	
position: relative;
flex: 1;
}
section .blq-wrapper article.art-img-md{
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
justify-content: center;
flex-direction: row;	
width: calc(100% + 100px);
height: 70vh;	
border-radius: var(--border-r-md);
overflow: hidden;
background-color: var(--bn-100);
border: 0.5px solid var(--base-a-4-100);
margin-top: 0px;	
padding: 0px;
}
section .blq-wrapper article.art-img-md .img{	
position: relative;
flex: 1;
}
.art-img-md .img picture {
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
justify-content: center;
flex-direction: column;	
width: 100%;	
height: 100%;	
}
.art-img-md .img picture img {
object-fit: contain;
}
.art-img-md .img picture img.img-cover {
object-fit: cover;
}

/*3.----GAL MEDIUM MD*/
section .blq-wrapper article.art-gal-md{
width: calc(100% + 100px);
height: auto;
border-radius: var(--border-r-base);
overflow: hidden;
padding: 0px;	
}
section .blq-wrapper article.art-gal-md img{	
height: 100%;	
}

/*7.----MEDIA QUERIES*/
@media screen and (max-width:1024px){
article.art-img-md {
min-width: auto;    
max-width: calc(750px + 40px);    
}
}

/*@media screen and (orientation:portrait){*/
@media screen and (max-width:851px){
article.art-img-md {
width: 100%;    
min-width: auto;
max-width: calc(100% - var(--ancho-desborde-tablet)) !important;  
}	
}

@media screen and (max-width:677px){
article.art-img-md {
flex-direction: column;
width: 100%;     
max-width: none !important;	
max-height: none;
border-radius: 0px;
border: none;	
}
article.art-img-md .img {
border-bottom: 0.5px solid var(--base-a-4-100);
}
article.art-img-md .img:last-of-type {
border-bottom: none;
}    
article.art-img-md .img picture {
height: auto;    
max-height: 75vh;
} 
article.art-img-md .img picture img {
height: auto;    
max-height: 75vh;
}    
}
