html {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  color: black;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  display: grid;
  /*   grid-template-columns: calc(100vw - 20px); */
  grid-template-columns: 1fr;
  /*   overflow-y: scroll; */
  grid-template-rows: min-content 1fr min-content;
  min-height: 100vh;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

img {
  max-width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* FALTA TRANSFORMAR EL CODIGO EN ESTE TIPO, PARA QUE SEA COMPATIBLE CON TODOS LOS NAVEGADORES,
O POR ALGUN OTRO MOTIVO, PERO SÍ ERA BUENO CONVERTIRLO A ESE TIPO

body > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

body > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
} */


a:link {
  color: #333333;
  text-decoration: none;
}

/* a:visited {
  text-decoration: none;
  color: #ff6600;
} */

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:link,
a.visited,
a:hover,
a:active {
  color: #333333;
  text-decoration: none;
}


.divnoscript {
  padding: 50px 100px;
  background-color: black;
  color: white;
  width: 1fr; 
  font-size: 2.5em;
  text-align: center;
  position: absolute;
  z-index: 150;
  top: 0px;
  border: 0.7em solid red;
}

.negrita {
  font-weight: bold;
}

.cursiva {
  font-style: italic;
}

.subrayado {
  text-decoration: underline;
}

.black {
  color: black;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color:green;
}

.yellow-ambar {
  color:rgb(255, 225, 0);
}

.reglon {
  display: block;
}


.mas-chico-80 {
  font-size: 0.80em;
}

.mas-chico-85 {
  font-size: 0.85em;
}

.mas-chico-95 {
  font-size: 0.95em;
}

.superscript {
  vertical-align: baseline;
  position: relative;
  top: -0.08em;
  font-size: smaller;
  font-weight: bold;
}

.resaltado-yellow {
  background-color: yellow;
}

.subrayado-resaltado-yellow {
  background: linear-gradient(transparent 0%, yellow 65%);
}

.resaltado-yellow-solo {
  background: linear-gradient(to bottom, yellow 85%, transparent 85%);
}

.padd-arriba {
  padding: 8px 0;
}

/* ----------------------------------- HEADER ----------------------------------------- */

.header {
  margin: 0;
  padding: 0;
  background-color: var(--colorheader);
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(3, min-content);
  /*   grid-gap: 1em; */
  align-items: center;
  text-align: center;

  position: sticky;
  top: 0;
  z-index: 100;

  background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(/portada-peru-contrata.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

@media (max-width: 1300px) {
  .header {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)
      ),
      url(/portada-transp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

@media (max-width: 1100px) {
  .header {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)
      ),
      url(/portada-transp-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.contenedor-2 {
  display: flex;
  justify-content: space-between;
}

.contenedor-3 {
  display: flex;
  flex-direction: column;
  background-color: var(--colornav);
}

.div-fechita {
  padding: 0.5em 20px 0 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.div-logo {
  /* line-height: 0;  esto es para quitar espacio que queda abajo de imagen, pero tb se soluciona poniendo block en la misma imagen como se hizo */
  padding-left: 1.2em;
  padding-bottom: 0.5em;
  align-self: center;
}

.img-logo {
  display: block;
}

.div-fechita span {
  margin-right: 5px;
}

.icono-bandera {
  width: 21px;
  height: 14px;
}

.div-titulo {
  align-self: center;
  padding: 10px;
}

.texto-titulo {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  color: #000000;
}

.texto-titulo span {
  color: red;
}

.div-titulo2 {
  display: none;
}

.div-redes-soc {
  padding-right: 15px;
  align-self: end;
}

/*  .div-search {
    align-self: end;
    padding-bottom: 10px;
} 

.div-search > input {
    height: 33px;
}  */

.div-redes-soc .a-iconos-link {
  display: inline-block;
  padding: 5px 5px 15px 5px;
  color: #000000;
}

.div-redes-soc a i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background: #ffffff;
  font-size: 17px;
  border-radius: 35px;
  filter: invert(1);
}

.div-redes-soc a:first-child i {
  background-color: #00ffff;
}

.back-menu {
  display: none;
}

.nav {
  width: 45%; /*  VALOR ORIGINAL 60%, PROVISIONAL SE CAMBIO A 45% */
  align-self: center;
}

.menu-horizontal {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Libre Franklin", sans-serif;
}

.menu-horizontal li {
  position: relative;
}

.menu-horizontal > li > a {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
}
.menu-horizontal > li:hover {
  background-color: #b30303;
}

.menu-horizontal li.active {
  background-color: #b30303;
}

.sub-menu-vertical {
  position: absolute;
  display: none;
  list-style: none;
  width: 250px;
  background-color: #b30303;
  padding-inline-start: 0px;
}
.menu-horizontal li:hover .sub-menu-vertical {
  display: block;
}
.sub-menu-vertical li:hover {
  background-color: #800303;
}

.sub-menu-vertical li a {
  display: block;
  color: white;
  text-decoration: none;
  padding: 15px 15px 15px 20px;
  text-align: left;
}

.spanv {
  position: relative;
  margin-left: 5px;
}

.div-icon-bar {
  display: none;
}

/*  --------------------------------------- FOOTER ---------------------------------------------*/

.footer {
  background-color: var(--colorfooter);
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(2, min-content);
  /*   grid-gap: 1em; */
  border-top: 5px solid var(--colornav);
  /* margin-top: 180px; */
}

.contenedor-footer-1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #9c9c9c;
  padding: 20px 10% 30px 10%;
}

.contenedor-footer-2 {
  padding: 15px 10%;
}

.div-en-media {
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.div-enlaces {
  align-self: start;
  width: 40%;
}

.div-segunda {
  align-self: start;
  width: 50%;
}

.div-redes {
  text-align: center;
}

.div-redes .items-footer {
  display: flex;
  text-align: left;
  margin: auto;
  width: 80%;
}

.div-texto-anim {
  height: 120px;
  display: flex;
  margin-top: 2em;
  margin-right: 1em;
}

.div-texto-anim div {
  width: 92%;
  align-self: end;
  text-align: right;
}

.div-form {
  align-self: start;
  margin-top: -0.5em;
  font-family: "Libre Franklin", sans-serif;
  color: white;
  font-size: 15px;
  font-weight: 300;
  /*  width: 415px; */
}

.titulos-footer {
  font-family: "Libre Franklin", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 600;
}

.div-redes .titulos-footer {
  text-align: left;
  margin: 1em auto;
  width: 80%;
}

.items-footer {
  list-style: none;
  padding-left: 20px;
  font-family: "Libre Franklin", sans-serif;
  color: #bebbbb;
  font-size: 15px;
  font-weight: 200;
}

.texto-anim {
  font-family: "Libre Franklin", sans-serif;
  color: white;
  font-size: 33px;
  font-weight: 600;
  margin: 5px;
}

.texto-copyright {
  font-family: "Libre Franklin", sans-serif;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 200;
  display: block;
  text-align: center;
  /* margin-bottom: 30px; */
}

.texto-copyright:nth-of-type(2),
.texto-copyright:nth-of-type(3) {
  font-size: 12.5px;
}

.texto-copyright a {
  color: #9c9c9c;
}

.items-footer li,
.div-redes .items-footer span {
  padding: 10px 0;
}

.div-redes .items-footer {
  font-size: 18px;
}

.div-redes .items-footer li {
  width: 60%;
}

.div-redes .items-footer span {
  margin-right: 20px;
}

.items-footer li a {
  color: #bebbbb;
}

.items-footer span a {
  color: #bebbbb;
}

.items-footer li:hover a {
  color: var(--colornav);
}

.items-footer span:hover a {
  color: var(--colornav);
}

.div-redes .items-footer li:hover i {
  color: var(--colornav);
}

.div-redes .items-footer span:hover i {
  color: var(--colornav);
}

.div-suscfoot {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: repeat(11, min-content);
  /*   gap: 0.7em; */
}

.labels-form {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.cuerpo-form-suscfoot {
  display: none;
}

.suscfoot-nom-apell {
  display: flex;
  /*   justify-content: space-between; */
  /*   gap: 1em; */
}

.suscfoot-trabajo {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}

.suscfoot-trabajo div div:first-child input {
  margin-bottom: 0.5em;
}

.suscfoot-email {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.input-email::placeholder {
  color: white;
}

.suscfoot-email2 {
  display: none;
}

.suscfoot-email2--show {
  display: block;
}

.input-email {
  border: 0px;
}

.suscfoot-noh {
  display: none;
  visibility: hidden;
}

.suscfoot-terminos {
  margin-top: 1em;
}

.suscfoot-terminos label a {
  color: #efefef;
  text-decoration: underline;
}

.submit-suscfoot {
  /*   padding-top: 15px;
  padding-bottom: 15px;  */ /* line-height en span pa clic todo*/
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background-color: rgb(255, 0, 0, 0.65);
  color: white;
  font-weight: 600;
  cursor: default;
  font-size: 18px;
  animation: zoom 1s infinite;
}

@keyframes zoom {
  0% {
    transform: scale(1);
    border-color: rgb(165, 229, 255);
    cursor: pointer;
  }
  25% {
    transform: scale(1.05);
    border-color: rgb(165, 229, 255);
    border-top: 2px solid rgb(255, 203, 203);
    border-right: 2px solid rgb(232, 249, 138);
    cursor: pointer;
  }
  50% {
    transform: scale(1.1);
    border-color: rgb(165, 229, 255);
    border-right: 2px solid rgb(255, 203, 203);
    border-bottom: 2px solid rgb(232, 249, 138);
    cursor: pointer;
  }
  75% {
    transform: scale(1.05);
    border-color: rgb(165, 229, 255);
    border-bottom: 2px solid rgb(255, 203, 203);
    border-left: 2px solid rgb(232, 249, 138);
    cursor: pointer;
  }
  100% {
    transform: scale(1);
    border-color: rgb(165, 229, 255);
    border-left: 2px solid rgb(255, 203, 203);
    border-top: 2px solid rgb(232, 249, 138);
    cursor: pointer;
  }
}

.submit-suscfoot--abled {
  cursor: pointer;
  background-color: rgb(255, 0, 0, 1);
}

/* .submit-suscfoot span{
  display: block;
  line-height: 50px;
} */

.suscfoot-email1,
.suscfoot-email2,
.suscfoot-email2--show,
.suscfoot-trabajo/* ,
.div-suscfoot-submit */ {
  margin-top: 1.11em;
}

.div-suscfoot-submit {
  margin-top: 55px;
}

.input-nombre-suscfoot,
.input-apellidos-suscfoot,
.input-email-suscfoot,
.input-email-suscfoot-confirm {
  height: 50px;
  padding-left: 15px;
  text-transform: uppercase;
}

.input-nombre-suscfoot::placeholder,
.input-apellidos-suscfoot::placeholder,
.input-email-suscfoot::placeholder,
.input-email-suscfoot-confirm::placeholder {
  text-transform: none;
}

.input-nombre-suscfoot {
  width: 90%;
}

.input-apellidos-suscfoot {
  width: 100%;
}

.div-nombre-suscfoot {
  width: 85%;
}

.div-apellidos-suscfoot {
  width: 100%;
}

.input-email-suscfoot,
.input-email-suscfoot-confirm {
  width: 100%;
}

.espacio {
  margin-right: 10px;
}

.espacio2 {
  margin-left: 0.1em;
}

.msj-flex {
  display: flex;
  justify-content: space-between;
  /*   margin-top: 0.3em; */
  /*  gap: 1em; */
}

#div-msj-nombre {
  width: 170px;
}

#div-msj-apellidos {
  width: 220px;
}

.mensaje-input-error {
  font-size: 14px;
  color: red;
  display: none;
  /*   display: block; */
}

.mensaje-input-error-activo {
  display: block;
}

.estilo_input_incorrecto {
  border: 3px solid red;
}

.estilo_input_correcto {
  border: 2px inset rgb(133, 133, 133);
}

.msj-flex-pgp {
  display: flex;
  justify-content: space-between;
  /*   margin-top: 0.5em; */
}

.div-msj-pgp {
  display: flex;
}

.div-msj-nombre-pgp {
  width: 170px;
}

.div-msj-apellidos-pgp {
  width: 220px;
}

.error-pgp {
  font-size: 14px;
  color: red;
}

.error-form-pgp {
  font-size: 15px;
  color: red;
  font-weight: 800;
}

.ok-form-pgp {
  font-size: 15px;
  color: red;
}

/* .margen-arriba{
  margin-top: 0.1em;
} */

.margen-top {
  margin-top: 15px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margen-top-50 {
  margin-top: 50px;
}

.margen-abajo {
  margin-bottom: 1.6em;
}

.margen-abajo-5 {
  margin-bottom: 5px;
}

.borde-rojo-error {
  border: 2px solid red;
}

.ok-form-pgp span {
  font-size: 16px;
  font-weight: 800;
}

/* @media (max-width: 1100px) {
  .div-texto-anim {
    display: none;
  }

  .div-redes i {
    display: none;
  }
  .div-enlaces .items-footer span,
  .div-redes .titulos-footer span {
    display: none;
  }
} */

@media (max-width: 1075px) {
  .div-enlaces .items-footer span {
    display: none;
  }
  .div-redes .items-footer li {
    width: 85%;
  }
}

@media (max-width: 1025px) {
  .nav {
    width: 50%;
  }
}

@media (max-width: 1000px) {
  /*   .div-redes .titulos-footer,
  .div-redes .items-footer {
    width: 100%;
  }
  .div-enlaces,
  .div-segunda {
    width: 100%;
  }
  .div-en-media {
    display: grid;
  } */
  .items-footer li {
    padding: 5px 0;
  }
}

/* @media (max-width: 850px) {
  .div-enlaces .items-footer span,
  .div-redes .titulos-footer span {
    display: none;
  }
} */

@media (max-width: 930px) {
  /*     .div-enlaces{
      width: 30%;
    } */
  /*     .div-segunda{
      width: 70%;
    } */
  .contenedor-footer-1 {
    padding: 20px 6% 30px 6%;
  }
}

@media (max-width: 920px) {
  .nav {
    width: 55%;
  }
}

@media (max-width: 835px) {
  .nav {
    width: 60%;
  }
}

@media (max-width: 768px) {
  .contenedor-1 {
    display: none;
  }

  .contenedor-2 {
    background-color: var(--colornav);
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* .contenedor-3 {
        display: none;
      } */

  .div-icon-bar {
    display: block;
    margin: auto 10px;
    border-top: 2px solid #d1c5c5cc;
    border-left: 2px solid #d1c5c5cc;
    border-right: 2px solid #d1c5c5cc;
    border-bottom: 2px solid #d1c5c5cc;
    background-color: var(--colornav);
    align-self: end;
    /*      cursor: pointer; */
    /*  z-index: 51; */
  }

  .div-icon-bar--after {
    border-bottom: 0;
  }

  .div-redes-soc {
    display: none;
  }

  .div-titulo {
    display: none;
  }

  .div-titulo2 {
    display: block;
    align-self: center;
    padding: 10px 10px 10px 0;
    width: 77%;
  }

  .div-titulo2 p {
    margin: 0;
  }

  .texto-titulo2 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 1.35em;
    color: #ffffff;
    text-align: left;
  }

  .div-logo {
    padding: 0.5em 0.5em 0.5em 1em;
    align-self: center;
  }

  .img-logo {
    width: 60px;
  }

  .div-search {
    display: none;
  }

  /*     .nav {
      position: absolute;
      top: 63.9px;
      left: 0;
      padding-left: calc(100% - 350px); 
    } */

  .menu-horizontal {
    display: none;
  }

  .back-menu {
    display: none;
  }
  .back-menu--show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0, 0, 0, 0.7);
    display: block;
  }

  .menu-horizontal--show {
    display: block;
    background-color: var(--colornav);
    /*   flex-direction: column; */
    width: 350px;
    padding-inline-start: 0px;
    position: fixed;
    top: 63.9px;
    left: calc(100% - 350px);
    font-size: 1.2em;
    border: 1px solid white;
    transition: all 0.3s ease;
    overflow-y: auto;
    max-height: calc(100% - 100px);
  }

  .menu-horizontal--show > li:hover {
    background-color: #b30303;
  }

  .menu-horizontal--show li {
    border-bottom: 1px dotted white;
  }

  .menu-horizontal--show > li > a {
    text-align: left;
    padding: 25px;
  }

  .menu-horizontal--show > li > a:hover {
    border-left: 6px solid white;
  }

  .sub-menu-vertical {
    display: none;
    /*         position: relative;
        width: 100%;
        background-color: #710f4e; */
  }

  .sub-menu-vertical li a {
    display: none;
  }

  .sub-menu-vertical--show {
    display: block;
    position: relative;
    width: 100%;
    background-color: #6c0202;
  }

  .sub-menu-vertical--show li:hover {
    background-color: #4d0101;
  }

  .sub-menu-vertical--show li a {
    display: block;
    padding: 20px 20px 20px 50px;
  }

  .spanv {
    position: relative;
    margin-right: 8px;
    float: right;
    font-size: 1.2rem;
  }

  .icon-bar-1,
  .icon-bar-2,
  .icon-bar-3 {
    display: block;
    background-color: var(--colorrayitas);
    width: 35px;
    height: 3.5px;
    border-radius: 3px;
    position: relative;
  }

  .icon-bar-1 {
    margin: 3px 12px 9px 12px;
  }

  .icon-bar-2,
  .icon-bar-3 {
    margin: 9px 12px 9px 12px;
  }

  .icon-bar-0 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.6em;
    color: #ffffff;
    padding-bottom: 40px;
  }

  .icon-bar-0.animado {
    padding-bottom: 20px;
  }

  .icon-bar-1.animado {
    width: 35px;
    height: 4px;
    transform: rotate(-45deg) translate(-5.5px, 5.5px);
  }

  .icon-bar-2.animado {
    opacity: 0;
  }

  .icon-bar-3.animado {
    width: 35px;
    height: 4px;
    transform: rotate(45deg) translate(-12px, -13.5px);
  }

  .contenedor-footer-1 {
    display: grid;
    justify-content: center;
    border-bottom: 1px solid #9c9c9c;
    padding: 20px 7% 30px 7%;
  }

  .contenedor-footer-2 {
    padding: 15px calc(0.1 * var(--anchosinscroll)); /* antes estaba en base a vw */
  }

  .div-enlaces .items-footer span {
    display: inline;
  }

  .div-redes .items-footer li {
    width: 100%;
  }

  .div-redes .items-footer {
    font-size: 16px;
  }

  .div-en-media {
    display: flex;
    width: calc(0.8 * var(--anchosinscroll)); /* antes estaba en base a vw */
    margin: auto;
  }

  .titulos-footer {
    font-size: 15px;
  }

  .items-footer {
    font-size: 14px;
    padding-left: 8px;
  }

  /*   .div-enlaces,
  .div-segunda {
    width: 80%;
  } */

  .div-form {
    /*     border: 1px solid #9c9c9c; */
    margin-top: 1em;
    padding: 0 0.7em 0.7em;
    margin-left: 80px;
    margin-right: 80px;
  }

  /*   .cuerpo-form-suscfoot {
    display: none;
  } */

  .suscfoot-nom-apell {
    display: grid;
  }

  .msj-flex {
    display: grid;
  }

  .msj-flex-pgp {
    display: grid;
  }

  .div-apellidos-suscfoot,
  .suscfoot-email1,
  .suscfoot-email2,
  .suscfoot-email2--show,
  .suscfoot-trabajo {
    margin-top: 0px;
  }

  .div-suscfoot-submit {
    margin-top: 1em;
  }

  .div-nombre-suscfoot {
    width: 100%;
  }

  .input-nombre-suscfoot {
    width: 100%;
  }

  .suscfoot-trabajo .espacio2 span,
  .suscfoot-terminos label span {
    display: none;
  }

  .div-msj-pgp {
    margin-top: 0.5em;
  }

  .ok-form-pgp {
    font-size: 16px;
  }

  .error-form-pgp {
    font-size: 16px;
  }

  .margen-abajo {
    margin-bottom: 0.6em;
  }
}

@media (max-width: 700px) {
  .div-form {
    margin-left: 65px;
    margin-right: 65px;
  }
}

@media (max-width: 650px) {
  .div-form {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 560px) {
  .div-form {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 525px) {
  .div-enlaces .items-footer li:nth-of-type(3) span {
    display: none;
  }
}

@media (max-width: 500px) {
  .div-form {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 470px) {
  .div-enlaces .items-footer span {
    display: none;
  }
}

@media (max-width: 350px) {
  .menu-horizontal--show {
    width: 300px;
    left: calc(100% - 300px);
  }

  .menu-horizontal--show > li > a {
    padding: 20px;
  }
  .suscfoot-trabajo span {
    width: 60px;
  }

  .submit-suscfoot {
    padding-left: 10px;
    padding-right: 10px;
  }
  .div-segunda {
    width: 60%;
  }
}

@media (max-width: 300px) {
  .menu-horizontal--show {
    width: 260px;
    left: calc(100% - 260px);
  }

  .menu-horizontal--show > li > a {
    padding: 20px;
  }
  .suscfoot-trabajo span {
    width: 60px;
  }
  .titulos-footer {
    font-size: 14px;
  }
  .items-footer {
    font-size: 13px;
  }
  .div-redes .items-footer li {
    width: 95%;
  }
}

@media (max-width: 280px) {
  .items-footer i {
    display: none;
  }
}

/* migas de pan */

.breadcrumb {
  margin-left: 120px;
  margin-top: 20px;
  margin-bottom: 30px;
  list-style: none;
  border-radius: 4px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li + li:before {
  content: "›";
  margin: 0 5px;
  color: #666666;
}

.breadcrumb li a {
  color: #0275d8;
  /*  color: #666666; */
  text-decoration: none;
}

.breadcrumb li.active {
  color: #555555;
}

@media (max-width: 1300px) {
  .breadcrumb {
    margin-left: 70px;
  }
}

@media (max-width: 1150px) {
  .breadcrumb {
    margin-left: 50px;
  }
}

@media (max-width: 859px) {
  .breadcrumb {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    margin-left: 15px;
  }
}

@media (max-width: 500px) {
  .breadcrumb {
    padding-inline-start: 20px;
  }
}
@media (max-width: 299px) {
  .breadcrumb {
    padding-inline-start: 15px;
  }
}
