<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  padding: 0px;
  font-family: "Roboto", sans-serif!important;
  color: #484d45;
}
section.preguntas-frecuentes-vejez,
section.section-tramite-pension,
div.medios-para-tramites--div {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 30px 0px;
}
section.medios-para-tramites {
  background-color: #f9f8f6;
}

.breadcrumb {
  max-width: 1200px;
  margin: auto;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb a + a {
  padding: 0px 5px;
}
.breadcrumb ul {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.breadcrumb ul li:nth-child(2) {
  font-weight: bold;
}
.breadcrumb ul li {
  display: inline;
  position: relative;
}
.breadcrumb a {
  text-decoration: none;
  color: #7f7f7f;
  padding-right: 9px;
  padding-left: 3px;
}
.breadcrumb ul li + li:before {
  content: "";
  width: 5px;
  height: 5px;
  left: -7.5px;
  bottom: 4.6px;

  position: absolute;
  border-left: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
  transform: rotate(-140deg);
}
/*****************************************************************************************************************************************************************************************/
/**********************************************************                              *Header                            **************************************************************/
/*****************************************************************************************************************************************************************************************/

header#header-vejez2023, header#header-deposito{
  height: 360px;
  overflow: hidden;
}
header .div-img-habitat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .div-img-habitat {
  position: relative;
  overflow: hidden;
  height: 100%;
}
header .div-img-habitat svg{
  position: absolute;
  left: -20%;
  top: -63%;
  width: 1279.35px;
}
header .div-img-habitat .texto_head {
  position: absolute;
  color: white;
  bottom: 55px;
  left: 363px;
  z-index: 3;
}
header#header-deposito .div-img-habitat .texto_head{
  bottom: 90px;
  left: 235px;
}
header#header-deposito .div-img-habitat .texto_head h1{
 max-width: 420px;
 font-weight: 400;

}
header#header-deposito .div-img-habitat .texto_head h1 strong{
  font-size: 35px;
}
header .div-img-habitat .texto_head h1 {
  font-size: 30px;
}

header .div-img-habitat .texto_head img {
  width: 50%;
  margin-bottom: 100px;
  z-index: 3;
}

/*****************************************************************************************************************************************************************************************/
/**********************************************************                             FIN Header                            ************************************************************/
/*****************************************************************************************************************************************************************************************/

/********************************************************    tramite seccion ******************************************************/
.titulo-pension-rojo {
  font-size: 30px;
  color: #ca082c;
  font-weight: 700;
  line-height: 35, 16px;
}

#container-tooltip_SCOMP {
  position: relative;
}

#container-tooltip_SCOMP .tooltip_SCOMP {
  display: none;
  position: absolute;
  width: 450px;
  background-color: #fff;
  left: 552px;
  top: 7px;
  padding: 15px;
  border: 1px solid #001f56;
  border-radius: 20px;
  z-index: 100;
}

/********media query tooltip SCOMP********/

@media (max-width: 1100px) {
  #container-tooltip_SCOMP .tooltip_SCOMP {
    width: 300px;
  }
}
@media (max-width: 930px) {
  #container-tooltip_SCOMP .tooltip_SCOMP {
    left: 218px;
  }
}
@media (max-width: 619px) {
  #container-tooltip_SCOMP .tooltip_SCOMP {
    left: 105px;
    top: 21px;
  }
}
@media (max-width: 590px) {
  #container-tooltip_SCOMP .tooltip_SCOMP {
    left: 161px;
    top: 44px;
  }
}
@media (max-width: 500px) {
  #container-tooltip_SCOMP .tooltip_SCOMP {
    left: 40px;
    top: 42px;
  }
}
@media (max-width: 393px) {
  #container-tooltip_SCOMP .tooltip_SCOMP {
    width: 200px;
    top: 67px;
  }
}
/****************/

.div-titulo-tramite {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.div-titulo-tramite h3 {
  font-size: 18px;
  font-weight: 700;
  color: #001f56;
  border-left: 5px solid #ca082c;
  padding-left: 13px;
  margin-bottom: 0px;
}

.div-titulo-tramite h3 span {
  background-color: #001f56;
  font-weight: 500;
  color: white;
  padding: 3px 11px;
  border-radius: 50%;
}

.div-titulo-tramite img {
  margin-right: 15px;
}
.contenedor-pension-img {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.contenedor-gif {
  padding: 25px;
  margin: auto;
}

.contenedor-deposito-listado .div-titulo-tramite{
  position: relative;
  margin: 16px 0;
}
.contenedor-deposito-listado .div-titulo-tramite a{
  position: absolute;
  left: 320px;
  top: 0;
}
@media (max-width: 550px) {
  .contenedor-deposito-listado .div-titulo-tramite a {
    position: absolute;
    left: 295px;
    top: -7px;
  }
}
@media (max-width: 350px) {
  .contenedor-deposito-listado .div-titulo-tramite a {
    position: absolute;
    left: 130px;
    top: 20px;
  }
}

.contenedor-pension-listado ul,
.contenedor-deposito-listado ul,
.div-solicitud ul {
  margin-left: 70px;
}
.contenedor-pension-listado ul li,
.div-solicitud ul li {
  color: #ca082c;
  font-size: 25px;
  list-style-type: disc;
}

.contenedor-pension-listado ul li div p {
  display: flex;
  align-items: center;
}
.contenedor-pension-listado ul li div p a {
  display: flex;
  align-items: center;
}

.contenedor-pension-listado ul li div {
  display: flex;
  align-items: center;
  height: auto;
  width: 100%;
}
.contenedor-deposito-listado ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #484d45;
  font-family: 'Roboto',sans-serif;
  position: relative;
  padding-left: 24px;
}
.contenedor-deposito-listado ul li a{
  font-weight: 700;
  text-decoration: underline;
}
.contenedor-deposito-listado ul li::before{
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ca082c;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.contenedor-deposito-listado h4{
  font-weight: 600;
}
.contenedor-deposito-listado .solicitud-listas{
  margin-left: 70px;
}
.contenedor-deposito-listado .solicitud-listas ul{
  margin-left: 0;
}

.contenedor-pension-listado ul li p,
.div-solicitud ul li p,
.div-ul-requeridos ul li p {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
  color: #484d45;
}
.contenedor-pension-listado ul li span {
  font-size: 20px;
  color: #ca082c;
  margin: 0px 10px;
}


ol {
  padding-left: 10px;
}
ol li {
  list-style-type: disc;
  font-size: 14px !important;
  font-weight: 500;
  line-height: 25px;
  color: #484d45 !important;
}
ol li p {
  padding: 0px;
  margin: 0px;
}


.p-rojo-texto {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #ca082c;
  padding: 25px 0px;
}
.p-rojo-texto span {
  font-weight: 600;
}
.div-solicitud__Texto {
  margin-left: 70px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: #484d45;
}
.div-solicitud__Texto a {
  color: #484d45;
}
.div-requeridos {
  border: 2px solid #ca082c;
  padding: 20px 40px;
  border-radius: 15px;
  margin-bottom: 50px;
  margin-top: 40px;
}
.div-titulo-tramite h4 {
  font-size: 18px;
  font-weight: 700;
  color: #ca082c;
  line-height: 21, 09px;
}
.div-ul-requeridos ul {
  margin: 18px 70px;
}
.div-ul-requeridos ul li {
  color: #ca082c;
  list-style: block;
  list-style-type: disc;
}
.div-ul-requeridos ul li p {
  font-weight: 400;
}

.div-ul-requeridos h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  margin-left: 52px;
}
.div-ul-requeridos ul li ol {
  padding-left: 10px;
}

/********************************* seccion canales comunicacion **************************************/

div.medios-para-tramites--div {
  padding: 20px 0px;
}
.titulo-medios {
  color: #001f56;
  font-size: 24px;
  font-weight: 500;
  line-height: 28, 13px;
}
.bajada-titulo-medios {
  font-size: 16px;
  font-weight: 400;
  line-height: 18, 75px;
  font-family: "Roboto", sans-serif;
}
.no-presencial ul {
  list-style: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.presencial ul {
  max-width: 1000px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.presencial ul {
  max-width: 1000px;
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
#contenedor-presencial_ #presencial-ul .presencial-ul_1 {
  width: 30% ;
}
#contenedor-presencial_ #presencial-ul .presencial-ul_2 {
  width: 50%;
}
.no-presencial {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.contenedor-no-presenciales {
  width: 30%;
}
.no-presencial-contenedor-redes-sociales {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contenedor-no-presenciales {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
}
.no-presencial-contenedor-redes-sociales .ul-redes-sociales li {
  width: 33%;
}
.titulo-presencial {
  font-size: 20px;
  line-height: 23, 44px;
  font-weight: 400;
  color: #001f56;
  margin-left: 91px;
  padding: 10px 0px;
}
#presencial-ul {
  max-width: 1000px;
}
.ul-redes-sociales li a {
  text-decoration: none;
  color: #484d45;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ul-redes-sociales li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}


.preguntas-frecuentes-texto {
  font-size: 24px;
  font-weight: 500;
}

.fono a {
  text-decoration: none;
}

.btn-llamada-asesoria {
  position: fixed;
  z-index: 3000;
  background-color: #ca082c;

  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  right: 5px;
  top: 580px;
  font-weight: 400;
  font-size: 14px;

  color: white;
}
.btn-llamada-asesoria p {
  margin: 0px 25px 0px 6px;
}
.btn-llamada-asesoria a {
  color: white;
}

.btn-llamada-asesoria div {
  display: flex;
  align-items: center;
}

.btn-llamada-asesoria .div-contenedor-img-fono {
  cursor: pointer;
}

.btn-llamada-asesoria div img {
  border-radius: 50%;

  width: 30px;
  background-color: #ca082c;
  height: 30px;

  margin: 10px;
}
.btn-llamada-asesoria .div-info-llamada {
  display: block;
}

.btn-llamada-asesoria .div-info-llamada.active {
  display: block;
}
.scomp {
  cursor: pointer;
}

@media (max-width: 550px) {
  .btn-llamada-asesoria .div-info-llamada {
    display: none;
  }
}

/*---------------ESTILOS PREGUNTAS FRECUENTES-------------------*/
.preguntas-frecuentes {
  display: block;
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}
.preguntas-frecuentes ul {
  width: 100%;
}

.preguntas-frecuentes .pregunta .pregunta-header {
  display: block;
  padding: 10px;
  border: 1px solid #001f56;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  max-height: 80px;

  background: #001f56;
  color: white;
  margin: 0;
  margin-top: 25px;
}
.preguntas-frecuentes .pregunta .pregunta-header h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  width: 90%;
  margin: 15px;
}

.preguntas-frecuentes .pregunta .pregunta-header:hover {
  background: #002a74;
}

.preguntas-frecuentes .pregunta .pregunta-header:after {
  content: "";
  position: absolute;
  right: 22px;
  display: block;
  width: 13px;
  border-bottom: 2px solid #001f56;
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
  z-index: 500;
}
.preguntas-frecuentes .pregunta .pregunta-header:before {
  content: "";
  position: absolute;
  right: 22.5px;
  display: block;
  width: 13px;
  border-bottom: 2px solid #001f56;
  transform: rotate(180deg);
  z-index: 500;
}
.preguntas-frecuentes .pregunta .pregunta-header span {
  content: "";
  position: absolute;
  right: 1.4%;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #ffffff;
}

.preguntas-frecuentes .pregunta .pregunta-header.active:after {
  transform: rotate(180deg);
}

.preguntas-frecuentes .pregunta .pregunta-contenido p {
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;

  display: flex;
  align-items: center;

  color: #7f7f7f;
}

.preguntas-frecuentes .pregunta .pregunta-contenido {
  padding: 24px;
  border: 2px solid #001f56;
  border-radius: 0px 0px 5px 5px;
  display: none;
}

.icon-text-center{
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #ca082c;
  font-family: "Roboto", sans-serif!important;

}
.icon-text-center img{
padding-right: 10px;
}
.icon-text-center-span{
  margin-left: 51px;
  font-family: "Roboto", sans-serif!important;
}
.a-ingrese{
  text-decoration: underline;
    color: black;
    font-weight: 600;
}

@media (min-width: 2000px) {
  header .div-img-habitat svg{
    left: -10%;
  }
}
@media (min-width: 1820px) {
  header .div-img-habitat .texto_head {
    left: 250px;
  }
}

@media (max-width: 1720px) {
  header .div-img-habitat .texto_head {
    left: 265px;
  }
}

@media (max-width: 1620px) {
  header .div-img-habitat .texto_head {
    left: 216px;
  }
}

@media (max-width: 1520px) {
  header .div-img-habitat .texto_head {
    left: 165px;
  }
  header .div-img-habitat svg{
    width: 1050px;
    top: -61%;
  }
  header#header-deposito .div-img-habitat .texto_head{
    left: 135px;
  }
}
@media (max-width: 1420px) {
  section.preguntas-frecuentes-vejez,
  section.section-tramite-pension,
  div.medios-para-tramites--div {
    max-width: 1200px;
    width: 90%;
    margin: auto;
  }

  header .div-img-habitat .texto_head {
    bottom: 26px;
    left: 114px;
  }

  .preguntas-frecuentes .pregunta .pregunta-header:before {
    right: 22.5px;
  }
  .preguntas-frecuentes .pregunta .pregunta-header:after {
    right: 22.5px;
  }
}

@media (max-width: 1370px) {
  .preguntas-frecuentes .pregunta .pregunta-header:before {
    right: 21.5px;
  }
  .preguntas-frecuentes .pregunta .pregunta-header:after {
    right: 21.5px;
  }

  .btn-llamada-asesoria {
    top: 570px;
  }
}

@media (max-width: 1080px) {
  header#header-deposito .div-img-habitat svg{
    width: 786px;
    top: -47%;
    left: -84px;
  }
  header#header-deposito .div-img-habitat .texto_head{
    bottom: 60px;
  }
  header#header-vejez2023{
    height: unset;
  }
  header .div-img-habitat {
    position: relative;
    overflow: hidden;
    height: 250px;
  }
  .btn-llamada-asesoria {
    top: 655px;
}
  .no-presencial,
  .presencial ul {
    justify-content: space-around;
  }
  .ul-redes-sociales {
    padding-top: 5px;
  }

  header .div-img-habitat .texto_head img {
    display: none;
  }
  header .div-img-habitat .texto_head {
    bottom: 22px;
    left: 37px;
  }
  header .div-img-habitat svg{
    width: 665px;
    top: -31%;
  }

  header .div-img-habitat .texto_head h1 {
    font-size: 25px;
  }
  .preguntas-frecuentes .pregunta .pregunta-header:before {
    right: 15.5px;
  }
  .preguntas-frecuentes .pregunta .pregunta-header:after {
    right: 15.5px;
  }
  .titulo-presencial {
    margin-left: 13px;
  }

  .presencial ul li div p,
  .no-presencial ul li div p {
    font-size: 18px;
  }
  .no-presencial div img {
    margin-right: 5px;
    margin-left: 5px;
  }
  .no-presencial,
  .presencial {
    padding-left: 0px;
  }
  section.preguntas-frecuentes-vejez,
  section.section-tramite-pension,
  div.medios-para-tramites--div {
    width: 90%;
  }
  .contenedor-gif {
    display: none;
  }
  .div-titulo-tramite h3 span {
    padding: 3px 10px;
  }
}

@media (max-width: 767.9px) {
  .btn-llamada-asesoria {
    top: 555px;
}

  .no-presencial {
  
    flex-direction: column;
   
}
  .contenedor-no-presenciales {
    width: 100%;
}
.no-presencial-contenedor-redes-sociales {
  width: 100%;

}

  .div-ul-requeridos ul {
    margin: 18px 0px 15px 27px;
}
  .contenedor-gif {
    display: none;
  }
  .icon-text-center-span {
    margin-left: 64px;
    
}
.presencial-ul_1, .presencial-ul_2 {
width: 100%!important;
}
.contenedor-no-presenciales div{
  margin: 10px 0px;
}

  section.preguntas-frecuentes-vejez,
  section.section-tramite-pension,
  div.medios-para-tramites--div {
    width: 90%;
  }
  .titulo-pension-rojo {
    font-size: 24px;
  }
  .contenedor-pension-listado ul,
  .div-solicitud ul {
    margin-left: 40px;
  }
  .div-titulo-tramite h3 span {
    padding: 1px 7px;
  }
  .no-presencial ul,
  .presencial ul {
    margin-left: 0px;
    flex-direction: column;

    padding-left: 5px;
  }
  .titulo-presencial {
    font-size: 16px;
    margin-left: 10px;
  }
  .ul-redes-sociales {
    flex-direction: row !important;
  }
  .presencial ul li div p,
  .no-presencial ul li div p {
    font-size: 18px;
  }
  .no-presencial ul li div {
    text-align: start;
  }
  .texto-mobile {
    margin-left: 55px;
  }

  .preguntas-frecuentes .pregunta .pregunta-header h6 {
    font-size: 18px;

    margin: 10px;
  }
  .preguntas-frecuentes .pregunta .pregunta-header:before {
    right: 10.5px;
  }
  .preguntas-frecuentes .pregunta .pregunta-header:after {
    right: 10.5px;
  }
  .presencial ul li div a,
  .presencial ul li div span,
  .no-presencial ul li div a,
  .no-presencial ul li div span {
    font-size: 14px;
  }
  .ul-redes-sociales li img {
    margin-bottom: 5px;
  }

  .preguntas-frecuentes-texto {
    font-size: 18px;
  }
  header .div-img-habitat .texto_head {
    bottom: 15px;
    left: 15px;
  }
  header .div-img-habitat .texto_head h1 {
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  header .div-img-habitat svg {
    width: 1455px;
    left: -190%;
    top: -15%;
}
  .btn-llamada-asesoria {
    right: 2px;
    top: 520px;
  }

  .btn-llamada-asesoria p {
    margin: 0px 16px 0px 6px;
  }
}


@media (max-width: 330px) {
  header .div-img-habitat svg {
    left: -240%;
    top: -15%;
}
header .div-img-habitat .texto_head h1 {
  margin-bottom: 0;
}
}

/*----------------------------------------Deposito Directo---------------------------------*/
.deposito-directo{
  margin: 1rem 0 3rem;
}

.deposito-directo h2{
  color: #ca082c;
  font-weight: 700;
}

.hacer-deposito{
   padding: 40px 0;
}

.hacer-deposito h3{
  color: #001f56;
  font-weight: 700;
  font-size: 30px;
}

.hacer-deposito .botones-deposito{
  margin-top: 40px;
}
.hacer-deposito .botones-deposito .boton-card{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hacer-deposito .botones-deposito .boton-card p{
  font-size: 20px;
}
.hacer-deposito .botones-deposito .boton-card a.btn{
  display: block;
  min-width: 250px;
  margin-top: 16px;
}

/*-------Deposito Lista--------*/

.section-tramite-deposito{
 margin: 40px;
}
.section-tramite-deposito span.number-style{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  color: #001f56;
  width: 45px;
  height: 45px;
  background-color: rgba(111, 185, 242, 0.30);
  border-radius: 50%;
  margin-right: 15px;
}
.section-tramite-deposito .contenedor-pension-listado{
  margin-bottom: 40px;
}
.section-tramite-deposito .contenedor-pension-listado .div-titulo-tramite{
   position: relative;
}
.section-tramite-deposito .contenedor-pension-listado .div-titulo-tramite h3 img{
   position: absolute;
   top: 0;
   margin-left: 10px;
}
.section-tramite-deposito .contenedor-pension-listado .div-titulo-tramite h3 a{
  color: #001f56;
}
.section-tramite-deposito .contenedor-pension-listado ul li a{
  text-decoration: underline;
  font-weight: 700;
}
.section-tramite-deposito .contenedor-pension-listado ul li p{
  font-weight: 400;
}
.section-tramite-deposito .contenedor-pension-listado .solicitud-listas{
  padding-left: 2rem;
  margin: 30px 0;
}
.section-tramite-deposito .contenedor-pension-listado .solicitud-listas h4{
  font-size: 18px;
  font-style: normal;
  font-weight: 600; 
  padding-left: 3rem;
}
.section-tramite-deposito .contenedor-pension-listado .solicitud-listas h4 span{
  color: #fff;
  background-color: #001f56;
  width: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  line-height: 130%;
}
.section-tramite-deposito .contenedor-pension-listado ul li{
  line-height: 100%;
}


.deposito-2023-legales .legal-trigger{
  position: relative;
  transition: all 0.2s ease-in;
}

.deposito-2023-legales .legal-trigger p{
  margin: 20px 0;
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #252626;
}
.deposito-2023-legales .legal-trigger p::after{
  content: url('https://api.iconify.design/gg/chevron-down.svg?color=%23252626&amp;width=16');
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  margin-left: 4px;
}
.deposito-2023-legales .legal-trigger.open p::after{
  content: url('https://api.iconify.design/gg/chevron-up.svg?color=%23252626&amp;width=16');
}
.deposito-2023-legales p#texto-legal{
  font-size: 14px;
  line-height: 120%;
  text-align: justify;
  display: none;
  color: #252626;
}

@media (max-width: 880px) {
  header#header-deposito{
    height: 250px;
  }
  header#header-deposito .div-img-habitat .texto_head{
    left: 35px;
    max-width: 340px;
    bottom: 20%;
  }
  #deposito-directo-2023{
    width: 95%;
    margin: 0 auto;
  }
  .section-tramite-deposito{
    width: 95%;
    margin: 30px auto;
  }
  .hacer-deposito .botones-deposito{
    margin-top: 0;
  }
  .hacer-deposito .botones-deposito .boton-card{
    margin-top: 40px;
  }
}

@media (max-width: 550px) {
  header#header-deposito .div-img-habitat .texto_head{
    bottom: 10%;
  }
  header#header-deposito .div-img-habitat .texto_head h1{
    font-size: 16px;
  }
  header#header-deposito .div-img-habitat .texto_head h1 strong{
    font-size: 16px;
  }
  header#header-deposito .div-img-habitat svg{
    left: -180%;
  }
  .deposito-directo h2{
    font-size: 24px;
  }
  .hacer-deposito h3{
    font-size: 24px;
  }
  .section-tramite-deposito span.number-style{
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
  .section-tramite-deposito .div-titulo-tramite h3{
    width: 80%;
    font-size: 18px;
  }
  .section-tramite-deposito .contenedor-pension-listado .solicitud-listas{
    margin:  0 0 30px;
  }
  .section-tramite-deposito .contenedor-pension-listado .solicitud-listas h4{
    padding-left: 0;
    margin-top: 30px;
  }
  .section-tramite-deposito .container{
    width: 95%;
    padding: 0;
  }
  .section-tramite-deposito .contenedor-pension-listado .div-titulo-tramite h3 img{
    transform: scale(0.8);
    margin-left: 5px;
    top: -5px;
  }
}

@media (max-width:330px) {
  header#header-deposito .div-img-habitat svg{
    top: 6%;
    left: -210%;
  }
  .section-tramite-deposito .contenedor-pension-listado .div-titulo-tramite h3 img{
    transform: scale(0.6);
    margin-left: 5px;
    top: 10px;
  }
}</pre></body></html>