@charset "UTF-8";.cont-img-precarga .grp-frm .frm-precarga {
background-image: url("../../../../imagenes/globales-oafcds-v7/preloader/svg/oa-b/oa-b-5-100.svg");
}.sec-contenido{
width: calc(100% - (var(--relacion-layout-header-cont) * 2));
max-width: var(--max-width-sec-contenido);
padding: 0px 20px 0px 20px;
}.label-section {
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: flex-start;
width: calc(100% - var(--relacion-width-blq-wrapper-wrapper-section-sobre-oa));
height: auto;
min-height: 100px;
margin: 0px 0px 5px 0px;
padding: 0px 10px 0px 0px;
}
.label-section .grp.picto {
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;
position: relative;
width: auto;
max-width: 750px;
padding: 0px;
margin-left: 10px;
}
.label-section .grp.picto .grp {
flex: 0 0 55px;
width: 55px;
height: 55px;
position: relative;
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% + 20px);
height: calc(100% + 20px);
background-image: url(../../imagenes/globales-oafcds-v7/iconos/pictos/picto-04.png);
background-repeat: no-repeat;
background-position: bottom center;
background-size: contain;
}.label-section .grp {
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;
position: relative;
width: auto;
max-width: var(--max-width-global);
margin-left: 5px !important;
padding: 10px 0px 0px 0px;
}
.label-section--grp-icn {
position: relative;
flex: 0 0 65px;
width: 65px;
height: 65px;
margin: 2px 7px 0px 0px;
}
.label-section--grp-icn::before {
content:'';
position: absolute;
top: 0px;
right: -10px;
width: 1px;
height: 100%;
background-color: var(--base-a-5-70);
}
.label-section--grp-icn .icn {
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% - 10px);
height: calc(100% - 10px);
}.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: auto;
margin-left: 20px;
padding: 5px 5px 0px 5px;
}.label-section--grp-icn + .label-section--grp-tit {
margin-left: 18px;
padding: 0px 5px 0px 5px;
}.label-section--grp-tit h3{
position: relative;
z-index: 2;
font-family: var(--fuente-subtit);
text-rendering: optimizeLegibility;
font-size: var(--font-size-lg);
line-height: var(--line-height-lg);
font-weight: 400;
font-variation-settings: "wght" 700;
color: var(--bn-100);
}@media screen and (max-width:1024px){.sec-contenido{
width: 100%;
max-width: none;
padding: 0px 20px 0px calc(var(--relacion-layout-header-cont) + 20px);
}
}@media screen and (max-width:851px){.sec-contenido {
width: 100%;
max-width: var(--max-width-sec-contenido);
padding: 0px 10px 0px 10px;
}
}