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

/*apt - título*/
.sec-apt{	
height: 70vh !important;  
}
.sec-contenido{
margin-top: 70vh;  
}

/*sec-contenido*/
.sec-contenido::before {
content: '';
position: absolute;
top: 0px; 
left: calc(50% + 90px);  
-moz-transform: translateX(-50%) translateY(0%);
-webkit-transform: translateX(-50%) translateY(0%);
transform: translateX(-50%) translateY(0%);
width: var(--width-global);  
height: 100%;
background-color: var(--trans);  
border-left: 0.5px solid var(--base-a-4-100);  
z-index: 0;  
}

/*chapó*/
.sec-chap .section--divisor {
margin-bottom: 50px;
}
.sec-chap + section {
padding: 0px;
}

/*1.1.2.2--main section --> label*/
.label-section{
margin-left: -100px;    
}
.label-section .grp{
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
position: relative;	
padding: 0px 0px 0px 0px;
}
.label-section--grp-icn{
flex: 0 0 70px;	
position: relative;	
width: 70px;
height: 70px;	
border-radius: var(--border-r-sm);
background-color: var(--bn-100);
border: 0.5px solid var(--base-a-4-100);    
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: 0px 7px 0px 0px;	
}
.label-section .grp.picto{
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
z-index: 2;	
}
.label-section .grp.picto .grp{
position: relative;	
border-radius: var(--border-r-100p);	
margin: 0px 20px 0px 0px;
background-color: var(--trans);
}
.label-section .grp.picto .grp .img{
position: absolute;
top: 50%;	
left: 50%;
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
width: calc(100% + 30px);
height: calc(100% + 30px);
background-image: url("../../../imagenes/globales-oafcds-v5/iconos/pictos/picto-04.png");	
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;	
}
.label-section--grp-tit{
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;	
width: auto;
height: 50px;    
padding: 5px 15px 0px 5px;
}
.label-section + .blq-wrapper > article{
padding: 20px 40px 40px;  
}

/*5.----MEDIA QUERIES*/
/*@media screen and (orientation:portrait){*/
@media screen and (max-width:1024px){
main section:last-of-type::before {
max-width: 660px;  
}
}

@media screen and (max-width:851px){
/*apt*/
.sec-apt{	
height: 80vh !important;
}
/*sec contenido*/  
.sec-contenido {
margin-top: calc(80vh + 10px);
}   
  
main section:last-of-type::before {
left: auto;
-moz-transform: none;
-webkit-transform: none;
transform: none;  
max-width: calc(100% - 120px);
}  
.label-section {
max-width: calc(100% - 30px);
margin-left: 20px;
}
}

@media screen and (max-width:677px){
main section:last-of-type::before {
content: none;
}  
.label-section {
margin-left: 5px;
}
.label-section + .blq-wrapper > article{
padding: 20px 20px 20px;  
}
}
