

/***--ESTILOS GENERALES INICIO--***/
/**-YA EXISTENTES INICIO-**/
.portlet-column-content.empty {
  padding: 0px!important;
}
.contenedor{
  margin-bottom: 0;
}

p{
  max-width: 100%!important;
  margin: 0 0 15px 0 !important;
}

.light-gray-box{
  padding: 50px 20px;
}

.title_pagina-interna {
  line-height: 1em;
}

.light-gray-box p{
  color: #000000;
}

.contenedor-menu-horizontal-iconos .menu-horizontal .tabs-navegacion-horizontal>li img {
  height: 100px !important;
}

.contenedor-menu-horizontal-iconos .menu-horizontal .tabs-navegacion-horizontal>li.active a, 
.contenedor-menu-horizontal-iconos .menu-horizontal .tabs-navegacion-horizontal>li a:hover, 
.contenedor-menu-horizontal-iconos .menu-horizontal .tabs-navegacion-horizontal>li.active a.visited,
.contenedor-menu-horizontal ul.tabs-navegacion-horizontal li.lfr-nav-item:hover, 
.contenedor-menu-horizontal ul.tabs-navegacion-horizontal li.lfr-nav-item.active, 
.contenedor-menu-horizontal ul.tabs-navegacion-horizontal li.lfr-nav-item.selected.active {
  background-color: #2B55AB;
  color: #ffffff !important;
}

.contenedor-menu-horizontal ul.tabs-navegacion-horizontal li.lfr-nav-item.active a{
  color: #ffffff !important;
}

@media screen and (max-width: 992px){
  .light-gray-box{
      padding: 50px 20px;
  }
}

@media screen and (max-width: 768px){
  .contenedor{
    width: auto;
  }
}

/**-YA EXISTENTES FIN-**/

/**-NUEVOS (PARA HOME-FP.CSS) INICIO-**/
.cabezote-home_fp{
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  }
  
.icono-home_fp{
  display: flex;
  height: 50px;
  min-width: 10%;
  float: left;
}
  
.icono-home_fp img{
  max-height: 48px;
  margin-right: 1em;
}

/*--CAJAS DE COLORES--*/

.bloque-color_fp{
  padding: 2.5em;
}

.bloque-color_fp.bl-color-amarillo_fp{
  background-color: #FFFBE6;
}

.bloque-color_fp.bl-color-gris_fp{
  background-color: #F3F3F3;
}

.bloque-color_fp.bl-color-verde_fp{
  background: #EFF8F6;
}

.bloque-color_fp .cabezote-bloque_fp {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 2em;
}

.icono-bloque_fp {
  display: flex;
  width: 70px;
  margin-right: 1em;
}

.titulo-bloque_fp h2{
  font-size: 1.786em;
  margin: 0;
}

.bloque-color_fp h3{
  margin-top: 0 !important;
}

.franja-color_fp{
  padding: 3em 2.5em;
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
}

.franja-amarilla_fp{
  background-color: #FFFBE6;
}

.franja-color_fp h1 {
  margin-bottom: 0.3em;
}

.franja-color_fp h2{
  margin-top:0 !important;
}

.franja-color_fp.franja-amarilla_fp{
  background-color: #FFFBE6;
}

.franja-color_fp.franja-azul_fp{
  background-color: #EFF8F6;
}

@media screen and (min-width: 1200px){
  .icono-home_fp {
    min-width: 7.5%;
  }
}

@media screen and (max-width: 992px){
  .icono-home_fp {
    height: 60px;
    min-width: 13%;
  }
}  

@media screen and (max-width: 768px){
  .icono-home_fp {
    min-width: 15%;
  }
}

@media screen and (max-width: 680px){
  .bloque-color_fp{
    text-align: center;
  }
}

@media screen and (max-width: 575px){
  .cabezote-home_fp {
    flex-direction: column;
  }
  .icono-home_fp {
    min-width: 50%;
  }
  .icono-home_fp img {
    max-height: 60px;
    margin: 0 auto;
  }
  .titulo-home_fp h1.pagina-interna {
    margin-top: 0.5em;
    text-align: center;
  }
  .bloque-color_fp h1{
    font-size: 2.552em;
  }
  .franja-color_fp h1 {
    word-break: break-word;
}
  
}

/**-NUEVOS (PARA HOME-FP.CSS) FIN-**/
/***--ESTILOS GENERALES FIN--***/


/***------------------------***/


/***--HOME INICIO--***/
/**-DATOS INICIO-**/
h3.subtitulo_home-sie{
  font-size: 1.5em;
  margin-bottom: 1em;
  text-align:left;
}

.num-datos_sie  {
  font-size: 2.8rem!important;
  line-height: 3.5rem;
  color: #36c;
  font-weight: 900;
  text-align: center;
  letter-spacing: -1px;
  font-family: 'Work Sans', sans-serif;
}

.txt-datos_sie  {
  display: grid;
  font-size: 1.6rem !important;
  line-height: 2.4rem;
  text-align:center;
}

.bloque-act-sie{
  text-align:center;
  height: 330px;
}

.bloque-act-sie .num-datos{
   font-weight:900;
   font-size: 1.3em;
}

.bloque-cifra_estado{
  height:270px;
}

.bloque-cifra_estado img, .bloque-act-sie img {
  margin: 0 auto;
}

.bloque-cifra_estado .d-flex, .bloque-act-sie .d-flex{
  justify-content: space-evenly !important;
}

@media screen and (min-width: 1115px){
  .bloque-act-sie{
    text-align:center;
    height: 300px;
  }
}
@media screen and (max-width: 991px){
  .bloque-cifra_estado, .bloque-act-sie  {
    height: auto;
  }

  .num-datos_sie{
    font-size: 3rem!important;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px){

  .num-datos_sie{
    margin-top: 0.3em !important;
  }

}

/**-DATOS FIN-**/
/***--HOME FIN--***/

/***------------------------***/

/***--ACERCA SIE INICIO--***/

.marco-legal_sie img{
  max-width: 70% !important;
}

.marco-legal_sie ul.list-arrow li {
  margin:0!important;
  font-size: 1em;
}

#sie_abc-datos .bloque-color_fp {
  padding: 2em 1.5em;
}

/***--ACERCA SIE FIN--***/

/***------------------------***/

/***--MICRODATOS INICIO--***/

#intro-microdatos.light-gray-box{
  background: #EFF8F6;
}

/***--MICRODATOS FIN--***/

/***------------------------***/

/***--AYÚDENOS A MEJORAR INICIO--***/

.text-asterisk_fp {
  margin-left: 4px;
  margin-right: 4px;
  color: red;
  font-size: 0.8em;
}

/**-MENSAJE ENVÍO SATISFACTORIO INICIO-**/

.mensaje-fin-encuesta, .mensaje-fin-encuesta p {
  text-align:center !important;
}
.mensaje-fin-encuesta h2{
  margin-top: 0;
  font-weight: 900;
}
.mensaje-fin-encuesta p{
  margin-bottom: 0 !important;
}

.mensaje-fin-encuesta img{
  max-width: 570px !important;
}

/**-MENSAJE ENVÍO SATISFACTORIO FIN-**/
/***--AYÚDENOS A MEJORAR FIN--***/

/***------------------------***/

/***--PROTOCOLO INICIO--***/

a.descarga_sie {
  color: #00527B;
  display: flex;
  align-items: center;
}

a.descarga_sie:before {
  content: '\f1c3';
  font-family: 'FontAwesome';
  display: block;
  float: left;
  color: #00527B;
  padding: 0;
  margin-right: .75em;
  font-size: 1.2em;
}

a.descarga_sie:hover{
  color: #3366cc;
}

.anexos-prot_sie h3{
  display: flex;
  align-items: center;
  margin-bottom: 0.7em;
}

.anexos-prot_sie h3:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  float: left;
  margin-right: 20px;
}

.anexos-prot_sie h3#img-protocolo_sie:before {
  background: url(/documents/35741319/36075098/protocolo-45.svg/8ac76601-7125-2b1d-a94e-812924e3285f?t=1570304892687) no-repeat;
  background-size: 45px;
}
.anexos-prot_sie h3#img-inventario-info_sie:before {
  background: url(/documents/35741319/36075098/protocolo-48.svg/5ef984ae-32a1-cdb1-467d-6f9a183cf31f?t=1570304892983) no-repeat;
  background-size: 45px;
}
.anexos-prot_sie h3#img-formato-info_sie:before {
  background: url(/documents/35741319/36075098/protocolo-49.svg/3d397420-35c9-6854-a243-54eebeae1696?t=1570304893053) no-repeat;
  background-size: 45px;
}

.anexos-prot_sie .gray2-box {
  background: #f5f5f5 !important;
  padding: 1em;
  margin: 0 0 1em 0;
}

.anexos-prot_sie .gray2-box p{
  margin: 0!important;
}

/***--PROTOCOLO FIN--***/

/***------------------------***//***------------------------***/

/***--ESTADO EN CIFRAS INICIO--***/



/**-VISUALIZACIONES INICIO-**/

.icono-encuesta_sie {
  width: 150px;
  margin-right: 1em;
}

.info-responsive_sie{
  background-color: #FFFBE6;
  padding: 1.2em 1.5em;
  margin-bottom: 2em;
}
.info-responsive_sie p{
  color:#000;
  display:flex;
  align-items: center;
  margin:0!important;
}
.info-responsive_sie p:before{
  content: '\f10b';
  font-family: 'FontAwesome';
  display: block;
  float: left;
  padding: 0;
  margin-right: .75em;
  font-size: 1.2em;
}

.visualizacion_sie iframe{
  width: 960px;
}

.visualizacion_sie#pbi_pnag iframe{
  height: 850px;
}

.visualizacion_sie#pbi_pqrsd iframe{
  height: 970px;
}

.visualizacion_sie#pbi_accion_int iframe {
  height: 600px;
}

.visualizacion_sie .embed-container{
  margin-top: 2em;
}

.visualizacion_sie#pbi_ahorro-tramites iframe, .visualizacion_sie#pbi_comparativo-tramites iframe,
.visualizacion_sie#pbi_car-sector iframe, .visualizacion_sie#pbi_car-sector iframe 
.visualizacion_sie#pbi_car-ter iframe{
  height: 1500px;
}

.visualizacion_sie#pbi_serv-discapacidad iframe, .visualizacion_sie#pbi_part-mujer iframe{
  height: 900px;
}


@media screen and (min-width: 1200px){
  .visualizacion_sie iframe, .visualizacion_sie#pbi_pqrsd iframe{
    width: 1100px;
  }
  .visualizacion_sie#pbi_pnag iframe, .visualizacion_sie#pbi_part-mujer iframe{
    height: 1000px;
  }
  .visualizacion_sie#pbi_accion_int iframe {
    height: 650px;
  }
  .visualizacion_sie#pbi_ahorro-tramites iframe, .visualizacion_sie#pbi_comparativo-tramites iframe {
    height: 1700px;
  }
  .visualizacion_sie#pbi_serv-discapacidad iframe{
    height: 1030px;
  } 
}

@media screen and (max-width: 992px){
   .visualizacion_sie iframe{
    width: 755px;
    }
  .visualizacion_sie#pbi_entidades iframe{
    height: 550px;
  }
  .visualizacion_sie#pbi_pnag iframe, .visualizacion_sie#pbi_serv-discapacidad iframe, .visualizacion_sie#pbi_part-mujer iframe{
    height: 700px;
  }
  .visualizacion_sie#pbi_pqrsd iframe{
    height: 760px;
  }
  .visualizacion_sie#pbi_accion_int iframe {
    height: 500px;
  }
  .visualizacion_sie#pbi_ahorro-tramites iframe, .visualizacion_sie#pbi_comparativo-tramites iframe {
    height: 1180px;
  }
}

@media screen and (max-width: 768px){
  .visualizacion_sie iframe{
    width: 680px;
  }
  .visualizacion_sie#pbi_entidades iframe{
      height: 500px;
  }
  .icono-encuesta_sie {
    width: 150px;
    margin: 0 auto 1.5em auto;
  }
  .visualizacion_sie#pbi_pnag iframe{
    height: 650px;
  }
  .visualizacion_sie#pbi_pqrsd iframe{
    height: 700px;
  }
  .visualizacion_sie#pbi_accion_int iframe {
    height: 450px;
  }
  .visualizacion_sie#pbi_ahorro-tramites iframe, .visualizacion_sie#pbi_comparativo-tramites iframe {
    height: 1050px;
  }
  .visualizacion_sie#pbi_serv-discapacidad iframe{
    height: 650px;
  }
  .visualizacion_sie#pbi_part-mujer iframe{
    height: 650px;
  }
}

@media screen and (max-width: 768px) and (min-width: 560px){
  .info-responsive_sie{
      display:none;
  }
}

@media screen and (max-width: 680px){
  .visualizacion_sie iframe{
    width: 550px;
  }
  .visualizacion_sie#pbi_entidades iframe{
    height: 400px;
  }
  .visualizacion_sie#pbi_pqrsd iframe{
    height: 510px;
  }
  .visualizacion_sie#pbi_accion_int iframe {
    height: 340px;
  }
  .visualizacion_sie#pbi_ahorro-tramites iframe{
    height: 850px;
  }
  .visualizacion_sie#pbi_comparativo-tramites iframe {
    height: 800px;
  }
  .visualizacion_sie#pbi_car-ter iframe{
    height: 1350px;
  }
  .visualizacion_sie#pbi_pnag iframe, .visualizacion_sie#pbi_serv-discapacidad iframe{
    height: 500px;
  }
  .visualizacion_sie#pbi_part-mujer iframe{
    height: 510px;
  }
}

@media screen and (max-width: 570px){
  .visualizacion_sie iframe{
    width: 500px;
  }
  .visualizacion_sie#pbi_entidades iframe{
      height: 350px;
  }
  .visualizacion_sie#pbi_car-ter iframe{
    height: 1350px;
  }
  .visualizacion_sie#pbi_serv-discapacidad iframe{
    height: 450px;
  }
  .visualizacion_sie#pbi_part-mujer iframe{
    height: 480px;
  }
}


@media screen and (max-width: 400px){
  .visualizacion_sie iframe{
    width: min-content;
  }
  .visualizacion_sie#pbi_car-ter iframe{
    height: 850px;
  }
  .visualizacion_sie#pbi_part-mujer iframe{
    height: 280px;
  }
}
/**-VISUALIZACIONES FIN-**/

/***--ESTADO EN CIFRAS FIN--***/