body{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.material-symbols-rounded {
  font-variation-settings:
  'FILL' 1,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24;
}

.seccion-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
  padding: 16px;
  position: relative;
  background-color: var(--variable-collection-color-grey-light-06);
  max-width: 1440px;
  width: 100%;
}

.seccion-error .content-error {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.seccion-error .banner {
  display: flex;
  height: 123px;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
  padding: 28px 24px 16px;
  position: relative;
  align-self: stretch;
  width: 100%;
  background-image: url("img/Banner-empresa-desktop.svg");
  border-radius: 8px;
  overflow: hidden;
}

.seccion-error .title-banner {
  color: var(--variable-collection-color-brand-turquoise-08);
  font-size: 42px;
  text-align: right;
  line-height: var(--h1-bold-line-height);
  position: relative;
  font-family: var(--h1-bold-font-family);
  font-weight: var(--h1-bold-font-weight);
  letter-spacing: var(--h1-bold-letter-spacing);
}

.seccion-error .plantilla-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 48px 106px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color-background-01);
  border-radius: 8px;
}

.seccion-error .conteiner-plantilla {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 32px 0px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  background-color: var(--variable-collection-color-grey-light-06);
  border-radius: var(--variable-collection-8);
  overflow: hidden;
  border: 1px solid;
  border-color: var(--variable-collection-color-grey-light-03);
  box-shadow: var(--cards-02);
}

.seccion-error .img {
  position: relative;
  width: 250px;
  height: 250px;
}

.seccion-error .texts-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0px 122px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  line-break: none;
}

.seccion-error .title {
  margin-top: -1.00px;
  color: var(--variable-collection-page-t-tulo);
  font-size: var(--h4-bold-font-size);
  text-align: center;
  line-height: var(--h4-bold-line-height);
  position: relative;
  align-self: stretch;
  font-family: var(--h4-bold-font-family);
  font-weight: var(--h4-bold-font-weight);
  letter-spacing: var(--h4-bold-letter-spacing);
  font-style: var(--h4-bold-font-style);
}

.seccion-error .text {
  position: relative;
  align-self: stretch;
  font-family: var(--p-medium-font-family);
  font-weight: var(--p-medium-font-weight);
  color: var(--variable-collection-color-grey-dark-03);
  font-size: var(--p-medium-font-size);
  text-align: center;
  letter-spacing: var(--p-medium-letter-spacing);
  line-height: var(--p-medium-line-height);
  font-style: var(--p-medium-font-style);
}

.seccion-error .text br{
  display: none;
}

.seccion-error .text-wrapper {
  color: var(--variable-collection-color-grey-dark-03);
  font-family: var(--p-medium-font-family);
  font-style: var(--p-medium-font-style);
  font-weight: var(--p-medium-font-weight);
  letter-spacing: var(--p-medium-letter-spacing);
  line-height: var(--p-medium-line-height);
  font-size: var(--p-medium-font-size);
}

.seccion-error .span {
  color: var(--variable-collection-page-enlace);
  font-family: var(--p-medium-font-family);
  font-style: var(--p-medium-font-style);
  font-weight: var(--p-medium-font-weight);
  letter-spacing: var(--p-medium-letter-spacing);
  line-height: var(--p-medium-line-height);
  font-size: var(--p-medium-font-size);
}

.seccion-error .text-link {
  color: var(--variable-collection-page-enlace);
  text-decoration: underline;
  font-family: var(--p-medium-font-family);
  font-style: var(--p-medium-font-style);
  font-weight: var(--p-medium-font-weight);
  letter-spacing: var(--p-medium-letter-spacing);
  line-height: var(--p-medium-line-height);
  font-size: var(--p-medium-font-size);
}

.seccion-error .conteiner-detalle {
  display: flex; 
  justify-content: flex-end; 
  align-items: center; 
  width: 100%; 
  padding: 0; 
  position: relative; 
  overflow: hidden; 
}

.seccion-error .detalle-mutual {
  width: 100%; 
  height: auto; 
  object-fit: contain;
}

.seccion-accesos {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.seccion-accesos .accesos {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding: 0px 0px;
}

.seccion-accesos .content-accesos {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.seccion-accesos .card-accesos {
  width: 280px;
  height: 140px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px;
  background-color: var(--variable-collection-page-background);
  border: solid 1px;
  border-color: var(--variable-collection-page-line);
}

span.icon-accesos {
  position: relative;
  font-size: 44px;
  color: var(--variable-collection-color-brand-lemon-green-04);
}

.seccion-accesos .texto-card{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-self: stretch;
  flex-wrap: wrap;
}

.seccion-accesos .texto-accesos {
  position: relative;
  align-self: stretch;
  font-family: var(--p-bold-font-family);
  font-weight: var(--p-bold-font-weight);
  color: var(--variable-collection-color-brand-blue-02);
  font-size: var(--p-bold-font-size);
  text-align: center;
  letter-spacing: var(--p-bold-letter-spacing);
  line-height: var(--p-bold-line-height);
  font-style: var(--p-bold-font-style);
  width: 102px;
  height: 48px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  padding: 84px 120px 18px;
  background-color: var(--variable-collection-color-grey-light-06);
  max-width: 1440px;
}

.footer .footer-content {
  display: flex;
  gap: 64px;
  padding: 0px 0px;
  align-self: stretch;
}

.footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  width: 100%;
}

.footer .footer-logo-desktop {
  display: flex;
  flex-direction: column;
  min-width: 169.6px;
  max-width: 384px;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}

.footer .footer-logo-mobile {
  flex-direction: column;
  min-width: 169.6px;
  max-width: 384px;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  display: none;
}

.footer .logo {
  width: 169.6px;
  height: 91.09px;
}

.footer .footer-secition {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1;
}

.footer .titulos-seccion {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--h6-bold-font-family);
  font-weight: var(--h6-bold-font-weight);
  color: var(--variable-collection-color-grey-dark-01);
  font-size: var(--h6-bold-font-size);
  letter-spacing: var(--h6-bold-letter-spacing);
  line-height: var(--h6-bold-line-height);
  font-style: var(--h6-bold-font-style);
}

.footer .list-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}

.footer .list-group-item {
  align-self: stretch;
  margin-top: -1.00px;
  font-family: var(--span-regular-font-family);
  font-weight: var(--span-regular-font-weight);
  color: var(--variable-collection-color-grey-dark-03);
  font-size: var(--span-regular-font-size);
  letter-spacing: var(--span-regular-letter-spacing);
  line-height: var(--span-regular-line-height);
  font-style: var(--span-regular-font-style);
}

.footer .span {
  color: #343434;
  font-family: var(--span-regular-font-family);
  font-style: var(--span-regular-font-style);
  font-weight: var(--span-regular-font-weight);
  letter-spacing: var(--span-regular-letter-spacing);
  line-height: var(--span-regular-line-height);
  font-size: var(--span-regular-font-size);
}

.footer .text-wrapper-2 {
  font-weight: var(--span-bold-font-weight);
  color: #343434;
  font-family: var(--span-bold-font-family);
  font-style: var(--span-bold-font-style);
  letter-spacing: var(--span-bold-letter-spacing);
  line-height: var(--span-bold-line-height);
  font-size: var(--span-bold-font-size);
}

.footer .links-sociales {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.footer .RRSS {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.footer .fa-brands{
  color: var(--variable-collection-color-grey-dark-03);
}

.footer .small-text {
  align-self: stretch;
  font-family: var(--small-regular-font-family);
  font-weight: var(--small-regular-font-weight);
  color: var(--variable-collection-color-grey-dark-03);
  font-size: var(--small-regular-font-size);
  letter-spacing: var(--small-regular-letter-spacing);
  line-height: var(--small-regular-line-height);
}

.footer .contenido-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  width: 100%;
}

.footer .divider-uikit-mutual {
  align-self: stretch;
  width: 100%;
  height: 1px;
  background-color: var(--variable-collection-card-separador);
}

.footer .text-contenido-legal {
  align-self: stretch;
  font-family: var(--span-medium-font-family);
  font-weight: var(--span-medium-font-weight);
  color: var(--variable-collection-color-grey-dark-01);
  font-size: var(--span-medium-font-size);
  text-align: center;
  letter-spacing: var(--span-medium-letter-spacing);
  line-height: var(--span-medium-line-height);
}

@media (max-width: 1280px) {
  .seccion-error .detalle-mutual {
    width: auto;
  }

  .seccion-error .plantilla-content {
    padding: 48px 72px;
  }

  .seccion-accesos .card-accesos {
    width: 240px;
  }

}

@media (max-width: 1120px) {
  .seccion-error .detalle-mutual {
    margin-right: -100px;
  }

  .seccion-error .plantilla-content {
    padding: 48px 48px;
  }

  .seccion-accesos .card-accesos {
    width: 200px;
  }
}

@media (max-width: 950px) {
  .seccion-accesos .card-accesos {
    width: 280px;
  }
}

@media (max-width: 900px) {
  .seccion-error .detalle-mutual {
    margin-right: -200px;
  }

  .seccion-error .plantilla-content {
    padding: 48px 32px;
  }

  .seccion-error .texts-content {
    padding: 24px;
    gap: 24px;
  }

  .seccion-error .text br{
    display: flex;
  }

  .seccion-error .text-link{
    margin-top: 8px;
    display: inline-block;
  }

  .footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    padding: 32px 32px 18px;
    background-color: var(--variable-collection-color-grey-light-06);
  }
  
  .footer .footer-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
    padding: 0px 0px;
    width: 100%;
    align-items: flex-start;
  }
  
  .footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 48px 48px;
    width: 100%;
  }
  
  .footer .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  
  .footer .logo {
    width: 138px;
    height: 74px;
  }
  
  .footer .footer-secition {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1;
  }
  
  .footer .titulos-seccion {
    margin-top: -1.00px;
    font-family: var(--h6-bold-font-family);
    font-weight: var(--h6-bold-font-weight);
    color: var(--variable-collection-color-grey-dark-01);
    font-size: var(--h6-bold-font-size);
    letter-spacing: var(--h6-bold-letter-spacing);
    line-height: var(--h6-bold-line-height);
    font-style: var(--h6-bold-font-style);
  }
  
  .footer .list-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  
  .footer .list-group-item {
    margin-top: -1.00px;
    font-family: var(--small-regular-font-family);
    font-weight: var(--small-regular-font-weight);
    color: var(--variable-collection-color-grey-dark-03);
    font-size: var(--small-regular-font-size);
    letter-spacing: var(--small-regular-letter-spacing);
    line-height: var(--small-regular-line-height);
    font-style: var(--small-regular-font-style);
  }
  
  .footer .text-wrapper {
    color: var(--variable-collection-color-grey-dark-03);
    font-size: var(--small-regular-font-size);
    line-height: var(--small-regular-line-height);
    font-family: var(--small-regular-font-family);
    font-weight: var(--small-regular-font-weight);
    letter-spacing: var(--small-regular-letter-spacing);
    font-style: var(--small-regular-font-style);
  }
  
  .footer .div {
    width: fit-content;
    color: var(--variable-collection-color-grey-dark-03);
    font-size: var(--span-regular-font-size);
    line-height: var(--span-regular-line-height);
    white-space: nowrap;
    font-family: var(--span-regular-font-family);
    font-weight: var(--span-regular-font-weight);
    letter-spacing: var(--span-regular-letter-spacing);
    font-style: var(--span-regular-font-style);
  }
  
  .footer .p {
    width: fit-content;
    color: var(--variable-collection-color-grey-dark-04);
    font-size: 14.2px;
    line-height: 18.9px;
    white-space: nowrap;
    font-family: "Lato", Helvetica;
    font-weight: 400;
    letter-spacing: 0;
  }
  
  .footer .span {
    color: #343434;
    font-family: var(--span-regular-font-family);
    font-style: var(--span-regular-font-style);
    font-weight: var(--span-regular-font-weight);
    letter-spacing: var(--span-regular-letter-spacing);
    line-height: var(--span-regular-line-height);
    font-size: var(--span-regular-font-size);
  }
  
  .footer .text-wrapper-2 {
    font-weight: var(--span-bold-font-weight);
    color: #343434;
    font-family: var(--span-bold-font-family);
    font-style: var(--span-bold-font-style);
    letter-spacing: var(--span-bold-letter-spacing);
    line-height: var(--span-bold-line-height);
    font-size: var(--span-bold-font-size);
  }
  
  .footer .links-sociales {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
  }
  
  .footer .RRSS {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
  }
  
  .footer .linkedin {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
  }
  
  .footer .union {
    width: 11.45px;
    height: 11.87px;
  }
  
  .footer .img {
    width: 30px;
    height: 30px;
  }
  
  .footer .contenido-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
  
  .footer .divider-uikit-mutual {
    width: 100%;
    height: 1px;
    background-color: var(--variable-collection-card-separador);
  }
  
  .footer .text-wrapper-3 {
    width: fit-content;
    font-family: var(--span-medium-font-family);
    font-weight: var(--span-medium-font-weight);
    color: var(--variable-collection-color-grey-dark-01);
    font-size: var(--span-medium-font-size);
    letter-spacing: var(--span-medium-letter-spacing);
    line-height: var(--span-medium-line-height);
    white-space: nowrap;
    font-style: var(--span-medium-font-style);
  }
}

@media (max-width: 700px) {
  .seccion-error {
    padding: 0px;
  }

  .seccion-error .content-error {
    gap: 16px;
  }

  .seccion-error .banner {
    border-radius: 0px;
    height: 76px;
    justify-content: flex-start;
    align-self: center;
  }

  .seccion-error .title-banner {
    font-size: 26px;
    text-align: left;
  }

  .seccion-error .plantilla-content{
    padding: 0px;
  }

  .seccion-error .conteiner-plantilla{
    border-radius: 0px;
    border-left: none; 
    border-right: none; 
    gap: 24px;
  }

  .seccion-error .img {
    width: 150px;
    height: 150px;
  }

  .seccion-error .conteiner-detalle {
    position: relative; 
    height: 18.07px;
    width: 100%;
  }

  .seccion-error .detalle-mutual {
    height: 100%; 
    width: auto;
    margin-right: -250px;
  }
  

  .seccion-error .banner {
    display: flex;
    height: 76px;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 28px 24px;
    position: relative;
    align-self: stretch;
    width: 100%;
    background-image: url("img/Banner-empresa-mobile.svg");
    background-size: cover;
    border-radius: unset;
    overflow: hidden;
  }
}  

@media (max-width: 680px) {
  .seccion-accesos .card-accesos {
    height: 76px;
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    gap: 16px;
    padding: 16px;
    background-color: var(--variable-collection-page-background);
  }

  .seccion-accesos .texto-accesos {
    position: relative;
    align-self: stretch;
    font-family: var(--p-bold-font-family);
    font-weight: var(--p-bold-font-weight);
    color: var(--variable-collection-color-brand-blue-02);
    font-size: var(--p-bold-font-size);
    text-align: start;
    letter-spacing: var(--p-bold-letter-spacing);
    line-height: var(--p-bold-line-height);
    font-style: var(--p-bold-font-style);
    width: 200px;
    height: 22px;
  }

  .seccion-accesos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 16px;
  }

  .seccion-error .plantilla-content {
    gap: 0;
  }

}

@media (max-width: 430px) {
  .footer {
    display: flex;
    align-items: center;
    gap: 24px;
    background-color: var(--variable-collection-color-grey-light-06);
    padding: 32px 16px;
  }
  
  .footer .footer-content {
    gap: 24px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  
  .footer .footer-links {
    align-items: flex-start;
    gap: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .footer .logo {
    width: 125px;
    height: 67px;
  }

  .footer .footer-logo-desktop {
    display: none;
  }
  
  .footer .footer-logo-mobile {
    display: flex;
  }
  
  .footer .footer-secition {
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  
  .footer .titulos-seccion {
    margin-top: -1.00px;
    font-family: var(--h6-bold-font-family);
    font-weight: var(--h6-bold-font-weight);
    color: var(--variable-collection-color-grey-dark-01);
    font-size: var(--h6-bold-font-size);
    letter-spacing: var(--h6-bold-letter-spacing);
    line-height: var(--h6-bold-line-height);
    font-style: var(--h6-bold-font-style);
  }
  
  .footer .list-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
  }
  
  .footer .list-group-item {
    margin-top: -1.00px;
    font-family: var(--small-regular-font-family);
    font-weight: var(--small-regular-font-weight);
    color: var(--variable-collection-color-grey-dark-03);
    font-size: var(--small-regular-font-size);
    letter-spacing: var(--small-regular-letter-spacing);
    line-height: var(--small-regular-line-height);
    font-style: var(--small-regular-font-style);
  }
  
  .footer .p {
    margin-top: -1.00px;
    font-family: var(--small-regular-font-family);
    font-weight: var(--small-regular-font-weight);
    color: var(--variable-collection-color-grey-dark-03);
    font-size: var(--small-regular-font-size);
    letter-spacing: var(--small-regular-letter-spacing);
    line-height: var(--small-regular-line-height);
    font-style: var(--small-regular-font-style);
  }
  
  .footer .span {
    font-family: var(--small-regular-font-family);
    font-weight: var(--small-regular-font-weight);
    color: #343434;
    font-size: var(--small-regular-font-size);
    letter-spacing: var(--small-regular-letter-spacing);
    line-height: var(--small-regular-line-height);
    font-style: var(--small-regular-font-style);
  }
  
  .footer .text-wrapper-2 {
    font-family: var(--small-bold-font-family);
    font-weight: var(--small-bold-font-weight);
    font-style: var(--small-bold-font-style);
    letter-spacing: var(--small-bold-letter-spacing);
    line-height: var(--small-bold-line-height);
    font-size: var(--small-bold-font-size);
  }
  
  .footer .links-sociales {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .footer .RRSS {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
  }
  
  .footer .small-text {
    font-family: var(--small-regular-font-family);
    font-weight: var(--small-regular-font-weight);
    color: var(--variable-collection-color-grey-dark-03);
    font-size: var(--small-regular-font-size);
    letter-spacing: var(--small-regular-letter-spacing);
    line-height: var(--small-regular-line-height);
    font-style: var(--small-regular-font-style);
  }
  
  .footer .contenido-legal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  
  .footer .divider-uikit-mutual {
    width: 100%;
    height: 1px;
    background-color: var(--light-greygrey-4);
  }
  
  .footer .text-contenido-legal {
    font-family: var(--span-medium-font-family);
    font-weight: var(--span-medium-font-weight);
    color: var(--variable-collection-color-grey-dark-01);
    font-size: var(--span-medium-font-size);
    text-align: start;
    letter-spacing: var(--span-medium-letter-spacing);
    line-height: var(--span-medium-line-height);
    font-style: var(--span-medium-font-style);
  }
  
}