/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

body{
  overflow-x: hidden;
}
.bg-gris{
  background-color: #f0f0f0;
}
.bread {
  font-size: .615rem;
  color: #373737;
  padding: 1.5rem 0 .5rem;
  margin-bottom: 1rem;
}

.bread a {
  color: #373737;
}

.bread span {
  display: inline-block;
  margin: 0 1rem;
}

.c-interior {
  padding-bottom: 6rem;
}

.c-interior .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .c-interior .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.c-interior .wrap.full-width {
  display: block;
}

.c-interior.mb-small {
  padding-bottom: 2rem;
}

.c-interior h1.titulo {
  color: #348fff;
  font-size: 1.538rem;
  margin: 0 0 1rem;
  font-weight: bold;
}

.c-interior h1.titulo:after {
  content: "";
  height: .55rem;
  width: 5.6rem;
  background: #348fff;
  display: block;
  margin: .5rem 0 0;
  display: none;
}

.c-interior h5 {
  font-size: .75rem;
  color: #373737;
  font-weight: bold;
}

.c-interior h4 {
  font-size: 1.23rem;
  color: #373737;
  font-weight: bold;
  margin: 2rem 0 1rem;
}

.c-interior p {
  font-size: .65rem;
  color: #373737;
  line-height: 1.6;
}

.c-interior figure img {
  max-width: 100%;
}

.c-interior figure.c-m {
  margin: 2rem 0;
}

.c-interior figure.full-width img {
  width: 100%;
}

.c-interior .central {
  width: 74%;
  min-width: 74%;
}

@media only screen and (max-width: 991px) {
  .c-interior .central {
    width: 100%;
    min-width: 100%;
    margin-bottom: 4rem;
  }
}

.c-interior .central .contenido {
  margin-bottom: 3rem;
}

.c-interior .sidebar {
  width: 23%;
  min-width: 23%;
}

@media only screen and (max-width: 991px) {
  .c-interior .sidebar {
    width: 100%;
    min-width: 100%;
  }
}

.c-interior .sidebar .w-links {
  margin-bottom: 3rem;
}

.c-interior .sidebar .w-links h3 {
  font-size: 1.23rem;
  font-weight: bold;
  color: #348fff;
  margin: 0 0 1rem;
}

.c-interior .sidebar .w-links p.bajada {
  font-size: .66rem;
  margin-top: -.8rem;
}

.c-interior .sidebar .w-links ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  border-radius: .5rem;
}

.c-interior .sidebar .w-links ul li {
  position: relative;
  border-bottom: 1px solid #979797;
  margin-bottom: .2rem;
}

.c-interior .sidebar .w-links ul li:last-child {
  border-bottom: none;
}

.c-interior .sidebar .w-links ul li a {
  color: #373737;
  font-size: .7rem;
  display: block;
  padding: .7rem 1rem .7rem .5rem;
}

.c-interior .sidebar .w-links ul li a:before {
  content: "";
  right: .75rem;
  width: 9px;
  height: 12px;
  position: absolute;
  display: block;
  background-image: url("../images/flecha-right.svg");
  background-size: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.c-interior .sidebar .w-links ul li a.activo {
  font-weight: bold;
  background: #F2F2F2;
}

.c-interior .sidebar .w-links ul li a.activo:before {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.c-interior .sidebar .w-links ul li a:hover {
  font-weight: bold;
  background: #F2F2F2;
  text-decoration: none;
}

.c-interior .sidebar .w-links ul li a:hover:before {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.c-interior .sidebar .w-links ul li a:hover span img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.c-interior .sidebar .w-links ul li a:hover span i {
  color: #348fff;
}

.c-interior .sidebar .w-links ul li a span {
  position: absolute;
  right: .7rem;
  color: #757474;
  font-size: .9rem;
}

.c-interior .sidebar .w-links ul li a span img {
  width: .538rem;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.c-interior .sidebar .w-banner {
  margin-bottom: 3rem;
}

.c-interior .sidebar .w-banner img {
  width: 100%;
}

.c-interior .sidebar .w-noticia {
  margin-bottom: 3rem;
}

.c-interior .sidebar .w-noticia h3 {
  color: #348fff;
  font-size: 1.23rem;
  font-weight: bold;
  margin: 0 0 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid #707070;
}

.c-interior .sidebar .w-noticia .item-w-not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-interior .sidebar .w-noticia .item-w-not .texto {
  padding-right: 1rem;
}

.c-interior .sidebar .w-noticia .item-w-not .texto p {
  font-size: .75rem;
  line-height: 1.2;
  color: #373737;
}

.c-interior .sidebar .w-noticia .item-w-not .imagen {
  width: 6rem;
  min-width: 6rem;
}

.c-interior .sidebar .w-noticia .item-w-not .imagen img {
  width: 100%;
}

/*--TRANSPARENCIA--*/
.libro {
  margin-bottom: 2rem;
}

.libro h3 {
  margin: 0;
  font-size: .7rem;
  color: #373737;
  font-weight: bold;
  margin-bottom: 1rem;
}

.libro .w-libro .item {
  font-size: .7rem;
  color: #348fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
  padding: .75rem 1rem .75rem;
  margin-bottom: .2rem;
  position: relative;
  padding-left: 2.2rem;
}

.libro .w-libro .item:before {
  content: "";
  left: 1rem;
  width: 11px;
  height: 11px;
  position: absolute;
  display: block;
  background-image: url("../images/agregar.svg");
  background-size: 100%;
}

.libro .w-libro .item img {
  width: .75rem;
  height: auto;
  margin-right: .5rem;
}

.libro .w-libro .item span {
  text-decoration: underline;
}

/*--FIN TRANSPARENCIA--*/
/*--ASPIRACION - VALORES--*/
.img-sueno {
  text-align: center;
}

.img-sueno img {
  width: 13.875rem;
}

.img-ejes {
  text-align: center;
}

.img-ejes img {
  width: 33rem;
}

.img-valores {
  text-align: center;
}

.img-valores img {
  width: 27.3rem;
}

.metas h4 {
  font-size: 1.23rem;
  color: #373737;
  font-weight: bold;
  margin: 2rem 0 1rem;
}

.metas .item-meta {
  font-size: 1rem;
  color: #676767;
  font-weight: 500;
  text-align: center;
  background: #F5F5F5;
  padding: 1rem 1rem;
  margin-bottom: .4rem;
}

.metas .item-meta span {
  font-weight: bold;
  color: #348fff;
}

/*--FIN ASPIRACION - VALORES--*/
/*--HISTORIA--*/
.carrusel .c-gal .item {
  padding: .5rem .5rem 1rem;
}

.carrusel .c-gal .item .b-gal {
  border-radius: .5rem;
  padding: 1.5rem 1rem 2rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
}

.carrusel .c-gal .item img {
  margin-bottom: .6rem;
}

.carrusel .c-gal .item h5 {
  font-size: 1.385rem;
  color: #348fff;
  text-align: center;
  margin: 0 0 .5rem;
}

.carrusel .c-gal .item p {
  font-size: .615rem;
  color: #373737;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}

.carrusel .c-gal .item p a {
  color: #348fff;
  text-decoration: none;
}

.carrusel .c-gal .item p.big {
  font-size: 1.23rem;
  font-weight: bold;
  color: #373737;
  width: 100%;
}

.carrusel .c-gal .item a.btn {
  margin: 1rem auto 0;
}

/*--FIN HISTORIA--*/
/*--PRODUCTOS SERVICIOS--*/
.noticias {
  margin-top: 4rem;
}

.noticias h3 {
  color: #373737;
  font-weight: bold;
  margin: 0 0 2rem;
  font-size: 1.23rem;
  border-bottom: 1px solid #979797;
  padding-bottom: 1rem;
}

.noticias .items-noticias {
  margin-bottom: 5rem;
}

.noticias .item-noticia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.6rem;
}

.noticias .item-noticia figure {
  width: 16.6rem;
  min-width: 16.6rem;
}

.noticias .item-noticia figure img {
  width: 100%;
}

.noticias .item-noticia .texto {
  padding-left: 1.5rem;
}

.noticias .item-noticia .texto h4 {
  color: #373737;
  font-weight: bold;
  margin: 0 0 1rem;
  font-size: 1.23rem;
}

.noticias .item-noticia .texto p {
  font-size: .75rem;
  color: #676767;
}

.noticias .item-noticia .texto a {
  font-size: .7rem;
  font-weight: normal;
  padding: .5rem 1.5rem;
}

@media only screen and (max-width: 550px) {
  .noticias .item-noticia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .noticias .item-noticia figure {
    width: 100%;
  }
  .noticias .item-noticia .texto {
    padding-left: 0;
  }
}

.paginador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem 0 1rem;
}

.paginador.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.paginador a {
  width: 1.05rem;
  height: 1.05rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #6D7278;
  margin: 0rem;
  font-size: .65rem;
  border-radius: .2rem;
}

.paginador a.pag-nav {
  background: transparent;
  color: #348fff;
  border-radius: 0;
  height: 1.4rem;
  font-size: .9rem;
}

.paginador a.pag-nav:hover {
  background: transparent;
}

.paginador a.pag-nav.pag-nav-left {
  border-right: 2px solid #348fff;
  margin-right: .5rem;
}

.paginador a.pag-nav.pag-nav-right {
  border-left: 2px solid #348fff;
  margin-left: .5rem;
}

.paginador a.current {
  background: #348fff;
  color: #fff;
}

/*--FIN PRODUCTOS SERVICIOS--*/
/*--HORAS ATENCION--*/
.buscador-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3rem 0 1.5rem;
  position: relative;
  width: 17.5rem;
}

.buscador-interior label {
  color: #373737;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: .6rem;
  display: block;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: .2rem;
}

.buscador-interior input {
  height: 2rem;
  border: 1px solid #348fff;
  border-radius: .2rem;
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: .5rem;
  font-size: .65rem;
}

.buscador-interior button {
  height: 2rem;
  color: #6D7278;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  border-radius: .2rem;
  position: absolute;
  bottom: 0;
  right: .2rem;
  width: auto;
  background: transparent;
  cursor: pointer;
}

.buscador-interior select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: .6rem auto;
  background-position: 95% center;
  background-color: #fff;
  height: 2rem;
  border: 1px solid #707070;
  border-radius: .2rem;
  width: 13.4rem;
  max-width: 100%;
  margin: 0 .75rem;
  padding: .5rem;
  font-size: .75rem;
}

.wrap-tabla {
  margin-bottom: 5rem;
}

.wrap-tabla.margin-small {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .wrap-tabla {
    overflow: auto;
  }
}

.wrap-tabla table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #CCCCCC;
}

.wrap-tabla table thead tr th {
  color: #fff;
  font-weight: normal;
  font-size: .65rem;
  background: #555555;
  border: 1px solid #555;
  padding: .5rem 1rem;
  text-align: left;
  min-height: 1.5rem;
}

.wrap-tabla table tbody tr {
  border-bottom: 1px solid #CCCCCC;
}

.wrap-tabla table tbody tr td {
  vertical-align: top;
  font-size: .65rem;
  font-weight: 500;
  color: #676767;
  padding: .5rem 1rem;
  text-align: left;
}

.wrap-tabla table tbody tr td a {
  color: #348fff;
}

.wrap-tabla table tbody tr td ul {
  list-style: none;
  padding-left: 0;
}

.wrap-tabla table tbody tr td ul li {
  position: relative;
  padding-left: .5rem;
}

.wrap-tabla table tbody tr td ul li:before {
  width: 4px;
  height: 4px;
  content: "";
  background: #348fff;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0;
  top: .2rem;
}

.wrap-tabla table tbody tr:nth-child(even) {
  background: #F2F2F2;
}

.wrap-tabla table.center tbody tr td {
  vertical-align: middle;
}

/*--FIN HORAS ATENCION--*/
/*--INFORMACION FINANCIERA--*/
.menu-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
}

.menu-tabs.mb-0 {
  margin-bottom: 0;
}

@media only screen and (max-width: 550px) {
  .menu-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu-tabs a {
  display: block;
  font-size: .7rem;
  background: #D8D8D8;
  font-weight: bold;
  color: #373737;
  padding: .7rem 1rem;
  margin-right: .2rem;
  border-radius: .2rem;
}

.menu-tabs a.activo {
  background: #348fff;
  color: #fff;
}

.wrap-panel {
  border: 1px solid #D0D0D0;
  padding: 1rem;
}

.wrap-panel .panel-item {
  display: none;
}

.wrap-panel .panel-item.visible {
  display: block;
}

.item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0rem;
  border-bottom: 1px solid #D0D0D0;
  padding: 1rem 1rem 1.5rem;
}

.item-info:last-child {
  border: none;
}

.item-info figure {
  width: 2.5rem;
  margin: 0;
}

.item-info figure img {
  width: 100%;
}

.item-info .texto {
  padding-left: 1rem;
}

.item-info .texto h4 {
  font-weight: bold;
  color: #373737;
  font-size: 1.23rem;
  margin: 0 0 .75rem;
}

.item-info .texto p {
  color: #373737;
  font-size: .7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.item-info .texto a {
  font-size: .65rem;
  background: #348fff;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  border-radius: .2rem;
  padding: .45rem 2rem;
  display: inline-block;
}

.item-info .texto a img {
  display: none;
}

/*--FIN INFORMACION FINANCIERA--*/
/*--CANAL DENUNCIAS--*/
.boxes-denuncia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
}

@media only screen and (max-width: 640px) {
  .boxes-denuncia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box-denuncia {
  margin-bottom: 5rem;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  padding: 1.5rem;
  border-radius: .5rem;
  width: 15rem;
  max-width: 100%;
  margin: 0 2rem 1rem 0;
}

.box-denuncia.sin-borde {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 640px) {
  .box-denuncia {
    margin-right: 0;
    width: 100%;
  }
}

.box-denuncia figure {
  margin: 1rem 0;
}

.box-denuncia h4 {
  font-size: 1.23rem;
  margin: 0 0 .8rem;
  color: #373737;
  font-weight: bold;
}

.box-denuncia h4:after {
  content: "";
  width: 3rem;
  height: 3px;
  display: block;
  background: #348fff;
  margin: 1rem 0 0;
}

.box-denuncia p {
  font-size: .65rem;
  color: #373737;
  margin-bottom: 1.5rem;
}

.box-denuncia a {
  font-size: .65rem;
  color: #fff;
  display: inline-block;
  background: #348fff;
  width: auto;
  padding: .6rem 1rem .5rem;
  text-align: center;
  max-width: 100%;
  border-radius: .2rem;
}

.box-denuncia a:hover {
  background: #002a6c;
}

.info-denuncia h3 {
  font-size: 1.23rem;
  font-weight: bold;
  color: #373737;
  margin: 0 0 1rem;
  border-bottom: 1px solid #979797;
  padding-bottom: 1rem;
}

.item-mas-info {
  width: 48rem;
  max-width: 100%;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  border-bottom: 1px solid #979797;
  padding-bottom: 1.5rem;
}

.item-mas-info h4 {
  font-weight: bold;
  font-size: .7rem;
  color: #373737;
  margin: 0 0 1rem;
}

.item-mas-info p {
  font-size: .65rem;
}

.item-mas-info a {
  font-size: .65rem;
  color: #fff;
  background: #348fff;
  padding: .4rem 1rem;
  display: inline-block;
  width: 5.5rem;
  border-radius: .2rem;
  text-align: center;
}

.item-mas-info a:hover {
  background: #002a6c;
}

/*--FIN CANAL DENUNCIAS--*/
/*--CASO ACCIDENTE--*/
.pasos {
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  border-radius: .5rem;
  padding: 1rem;
  margin-top: 1rem;
}

.pasos h5 {
  margin-top: .5rem;
}

.pasos ul {
  padding-left: 0;
  list-style: none;
}
.shadow-0

.pasos ul li {
  font-size: .65rem;
  color: #373737;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 1.4rem;
  line-height: 1.6;
}

.pasos ul li span {
  font-size: .65rem;
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: .75rem;
  height: .75rem;
  background: #348fff;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.pasos ul li a {
  font-size: .65rem;
  display: inline-block;
  font-weight: 500;
  margin-top: .8rem;
  color: #348fff;
  text-decoration: underline;
}

/*--FIN CASO ACCIDENTE--*/
/*--PROTOCOLOS--*/
.protocolos {
  margin-top: 3rem;
}

.protocolos h4 {
  font-size: 1.23rem;
  color: #373737;
  margin: 0 0 1rem;
  font-weight: bold;
}

.protocolos .item-protocolo {
  margin-bottom: 4rem;
}

.w-instructivos {
  padding: 1rem 1rem 1rem;
  border: 1px solid #CCCCCC;
  border-radius: 0 0 .2rem .2rem;
}

.item-ins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: .5rem;
}

.item-ins figure {
  min-width: .7rem;
  width: .7rem;
  margin: 0;
}

.item-ins figure img {
  width: 100%;
  height: auto;
}

.item-ins p {
  font-size: .7rem;
  color: #348fff;
  text-decoration: underline;
  margin-bottom: 0;
  padding-left: .5rem;
}

/*--FIN PROTOCOLOS--*/
/*--ASPECTOS LEGALES--*/
.actualizaciones {
  padding-top: 1rem;
  margin-bottom: 4rem;
}

.actualizaciones h3 {
  font-size: 1.23rem;
  color: #373737;
  margin: 0rem 0 1.8rem;
  font-weight: bold;
}

.item-actualizacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #979797;
  padding-bottom: .6rem;
  margin-bottom: .8rem;
}

@media only screen and (max-width: 550px) {
  .item-actualizacion {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.item-actualizacion .contenido {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

@media only screen and (max-width: 550px) {
  .item-actualizacion .contenido {
    width: 100%;
  }
}

.item-actualizacion .contenido figure {
  width: 1.3rem;
  min-width: 1.3rem;
  margin: 0 1rem 0 0;
}

.item-actualizacion .contenido figure img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 550px) {
  .item-actualizacion .contenido .texto {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.item-actualizacion .contenido .texto h4 {
  color: #373737;
  margin: 0 0 .5rem;
  font-weight: bold;
  font-size: .75rem;
}

.item-actualizacion .contenido .texto p {
  color: #373737;
  margin: 0;
  font-weight: normal;
  font-size: .65rem;
}

.item-actualizacion .acciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 550px) {
  .item-actualizacion .acciones {
    width: 100%;
    margin-top: 15px;
  }
}

.item-actualizacion .acciones a {
  width: auto;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .5rem;
  font-size: .65rem;
}

.item-actualizacion .acciones a span {
  color: #348fff;
  font-size: .65rem;
  text-decoration: underline;
}

.item-actualizacion .acciones a img {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.item-actualizacion .acciones a:hover {
  background: transparent;
}

/*--FIN ASPECTOS LEGALES--*/
/*--PREGUNTAS FRECUENTES--*/
.faqs .accordion .item-ac p {
  padding: 1rem;
}

.faqs .accordion .item-ac.activo .int-ac {
  border: 1px solid #CCCCCC;
  border-radius: 0 0 .2rem .2rem;
}

.boxes-ayuda {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 0rem;
}

@media only screen and (max-width: 640px) {
  .boxes-ayuda {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.boxes-ayuda .box-ayuda {
  background: #348fff;
  width: 11.5rem;
  min-width: 11.5rem;
  border-radius: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.1rem .8rem;
  margin-right: .5rem;
}

@media only screen and (max-width: 640px) {
  .boxes-ayuda .box-ayuda {
    width: 100%;
    margin-bottom: 15px;
  }
}

.boxes-ayuda .box-ayuda figure {
  margin: 0 .4rem 0 0;
  width: 1.5rem;
  min-width: 1.5rem;
}

.boxes-ayuda .box-ayuda .texto h4 {
  font-size: 1.58rem;
  color: #fff;
  margin: 0 0 -.2rem;
  font-weight: bold;
  line-height: 1;
}

.boxes-ayuda .box-ayuda .texto p {
  font-size: .83rem;
  color: #fff;
  margin-bottom: 0;
}

/*--FIN PREGUNTAS FRECUENTES--*/
/*--NOTICIAS--*/
.centro-noticias h1.titulo {
  border-bottom: 1px solid #979797;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
}

.centro-noticias .paginador {
  border-top: 1px solid #979797;
  padding-top: 1.4rem;
}

.lista-noticias .box-not {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 640px) {
  .lista-noticias .box-not {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lista-noticias .box-not figure {
  width: 16.66rem;
  min-width: 16.66rem;
}

@media only screen and (max-width: 640px) {
  .lista-noticias .box-not figure {
    width: 100%;
    margin-bottom: 15px;
  }
}

.lista-noticias .box-not figure img {
  width: 100%;
}

.lista-noticias .box-not .texto {
  padding-left: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .lista-noticias .box-not .texto {
    padding-left: 0;
  }
}

.lista-noticias .box-not .texto h4 {
  margin: 0 0 1.2rem;
  color: #373737;
  font-size: 1.25rem;
  font-weight: bold;
}

.lista-noticias .box-not .texto p {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 640px) {
  .lista-noticias .box-not .texto p {
    margin-bottom: 20px;
  }
}

.lista-noticias .box-not .texto a {
  font-size: .65rem;
  color: #fff;
  background: #348fff;
  display: inline-block;
  padding: .5rem 1.5rem;
  border-radius: .2rem;
}

.lista-noticias .box-not .texto a:hover {
  background: #93d7d3;
}

.noticia-detalle {
  margin-bottom: 4rem;
}

.noticia-detalle .fecha {
  font-size: .7rem;
  color: #373737;
  margin-bottom: 1rem;
  font-weight: bold;
}

.noticia-detalle .detalle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .noticia-detalle .detalle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.noticia-detalle .detalle figure {
  width: 20.4rem;
  min-width: 20.4rem;
}

.noticia-detalle .detalle figure img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .noticia-detalle .detalle figure {
    width: 100%;
    min-width: 0;
    margin-bottom: 15px;
  }
}

.noticia-detalle .detalle .texto {
  padding-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .noticia-detalle .detalle .texto {
    padding-left: 0;
  }
}

/*--FIN NOTICIAS--*/
/*--LICITACION--*/
.tabla-licitacion table thead tr th {
  padding: .5rem 1rem;
  text-align: left;
}

.tabla-licitacion table tbody tr td {
  text-align: left;
}

.tabla-licitacion table tbody tr td .accion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.tabla-licitacion table tbody tr td .accion span {
  color: #348fff;
  text-decoration: underline;
  display: block;
  margin-left: .2rem;
}

@media only screen and (max-width: 1550px) {
  .tabla-licitacion table tbody tr td .accion img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.tabla-licitacion table tbody tr td.text-center {
  text-align: center;
}

/*--FIN LICITACION--*/
/*--SUBHOME NOSOTROS--*/
.subhome-nosotros {
  padding-bottom: 3rem;
}

.subhome-nosotros h1 {
  margin: 0 0 1.8rem;
  font-size: 2rem;
  color: #373737;
  font-weight: bold;
}

.subhome-nosotros .banner-nosotros {
  margin-bottom: 1rem;
}

.subhome-nosotros figure {
  width: 100%;
}

.subhome-nosotros figure img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .subhome-nosotros .menu-lateral {
    margin-top: 20px;
  }
}

.subhome-nosotros .menu-lateral a {
  font-size: .77rem;
  color: #4A4A4A;
  display: block;
  width: 100%;
  padding: 1rem 1rem;
  font-weight: bold;
  background: #fff;
  border-radius: .2rem;
  position: relative;
  margin-bottom: .5rem;
  position: relative;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
}

.subhome-nosotros .menu-lateral a i {
  color: #6D7278;
  position: absolute;
  right: 1rem;
  font-size: 1rem;
  top: 1rem;
}

@media only screen and (max-width: 640px) {
  .subhome-nosotros .menu-lateral a {
    padding-right: 40px;
  }
}

.subhome-nosotros .menu-lateral a:hover {
  color: #348fff;
}

.subhome-nosotros .menu-lateral a:hover i {
  color: #348fff;
}

.subhome-nosotros h2 {
  font-size: 1.25rem;
  color: #4A4A4A;
  font-weight: bold;
  margin: 0 0 1rem;
}

.subhome-nosotros p {
  font-size: .65rem;
  color: #373737;
  margin-bottom: 1.5rem;
}

.box-mision {
  background: #348fff;
  text-align: center;
  padding: 3.5rem 0 3rem;
}

.box-mision h2 {
  font-size: 1.23rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1rem;
}

.box-mision p {
  font-size: .75rem;
  line-height: 1.8;
  color: #fff;
  width: 70%;
  font-weight: bold;
  margin: 0 auto;
}

@media only screen and (max-width: 550px) {
  .box-mision p {
    font-size: 1rem;
  }
}

.ejes-estrategicos {
  position: relative;
  padding: 4.2rem 0;
}

.ejes-estrategicos .bg-ejes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ejes-estrategicos .wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ejes-estrategicos h2 {
  font-size: 1.15rem;
  color: #fff;
  font-weight: bold;
  margin: 0 0 1rem;
}

.ejes-estrategicos p {
  font-size: .84rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 2rem;
}

.ejes-estrategicos .box-eje {
  background: #fff;
  padding: 2rem;
  border-radius: .5rem;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .ejes-estrategicos .box-eje {
    margin-bottom: 20px;
  }
}

.ejes-estrategicos .box-eje h4 {
  font-size: .7rem;
  margin: 0 0 1rem;
  color: #373737;
  font-weight: bold;
  line-height: 1.1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ejes-estrategicos .box-eje p {
  font-size: .75rem;
  color: #6D7278;
  margin-bottom: 0;
}

.valores {
  text-align: center;
  padding: 4rem 0;
}

.valores h2 {
  margin: 0 0 1.7rem;
  font-size: 1.5rem;
  color: #4A4A4A;
  font-weight: bold;
}

.valores .w-valores {
  max-width: 1000px;
  margin: 0 auto;
}

.valores .w-valores .box-valor {
  background: #fff;
  border-radius: .3rem;
  padding: 1.5rem 1.5rem 2.5rem;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1.5rem;
  height: 12rem;
}

.valores .w-valores .box-valor figure {
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.valores .w-valores .box-valor figure img {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.valores .w-valores .box-valor h4 {
  font-size: 1.23rem;
  margin: 0;
  color: #373737;
}

.valores .w-valores .box-valor h4:after {
  content: "";
  width: 3rem;
  height: 3px;
  display: block;
  margin: 1rem auto 0;
  background: #348fff;
}

.valores .w-valores .box-valor p {
  font-size: .65rem;
  color: #373737;
  line-height: 1.2;
}

.valores .w-valores .box-valor .valor-hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 1.5rem;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.valores .w-valores .box-valor .valor-hover h4 {
  margin-bottom: 1rem;
}

.valores .w-valores .box-valor .valor-hover h4:after {
  display: none;
}

.valores .w-valores .box-valor:hover .valor-hover {
  top: 0;
  opacity: 1;
}

.valores .w-valores .box-boton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.valores .w-valores .box-boton a {
  font-size: .8rem;
  color: #fff;
  background: #348fff;
  padding: .5rem 2rem;
  border-radius: .2rem;
  width: 10rem;
  max-width: 100%;
}

.valores .w-valores .box-boton a:hover {
  background: #002a6c;
}

.metas2 {
  background: #EFF0F1;
  padding: 3rem 2rem 4rem;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 550px) {
  .metas2 {
    padding: 3rem 1rem;
  }
}

.metas2 .bg-metas {
  position: absolute;
  width: 90%;
  height: auto;
  right: 0;
  bottom: 0;
}

.metas2 h2 {
  margin: 0 0 3rem;
  font-size: 1.23rem;
  color: #373737;
  font-weight: bold;
  position: relative;
}

.metas2 .w-metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .metas2 .w-metas {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.metas2 .w-metas .box-meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 14.28%;
  min-width: 14.28%;
  text-align: center;
  border-right: 1px solid #6D7278;
  padding: 1rem .5rem 0;
}

@media only screen and (max-width: 991px) {
  .metas2 .w-metas .box-meta {
    width: 25%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .metas2 .w-metas .box-meta {
    width: 33%;
  }
}

@media only screen and (max-width: 550px) {
  .metas2 .w-metas .box-meta {
    width: 50%;
    border: none;
  }
}

.metas2 .w-metas .box-meta h5 {
  font-family: "HelveticaNeueLT Com 57 Cn";
  color: #348fff;
  font-size: 2.11rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.metas2 .w-metas .box-meta h5 span {
  font-size: .75rem;
  display: block;
  margin: 0 .2rem .4rem;
}

.metas2 .w-metas .box-meta p {
  font-size: .65rem;
  color: #373737;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
}

.historia-marco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .historia-marco {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.historia-marco > div {
  width: 50%;
  min-width: 50%;
  padding: 4rem;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .historia-marco > div {
    width: 100%;
    padding: 3rem 1.5rem;
  }
}

.historia-marco h3 {
  font-size: 1.23rem;
  font-weight: bold;
  color: #fff;
  margin: 0 0 1rem;
}

.historia-marco p {
  font-size: .65rem;
  color: #fff;
  margin-bottom: 4rem;
  line-height: 1.8;
}

.historia-marco a {
  font-size: .8rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: .6rem 1.5rem;
  border-radius: .2rem;
  margin-top: 2.5rem;
  position: absolute;
  left: 4rem;
  bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .historia-marco a {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 0;
  }
}

.historia-marco .box-historia {
  background: #348fff;
}

.historia-marco .box-historia a {
  background: #348fff;
}

.historia-marco .box-marco {
  background: #348fff;
}

.historia-marco .box-marco a {
  background: #348fff;
}

.historia-marco .box-certifica {
  background: #348fff;
}

.historia-marco .box-certifica a {
  background: #348fff;
}

.nuestras-politicas {
  position: relative;
  padding: 4rem 0;
}

.nuestras-politicas .bg-politicas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nuestras-politicas .wrap {
  position: relative;
  z-index: 2;
}

.nuestras-politicas h2 {
  margin: 0 0 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.nuestras-politicas .grid-pol {
  padding: 0 4rem;
}

@media only screen and (max-width: 768px) {
  .nuestras-politicas .grid-pol {
    padding: 0;
  }
}

.nuestras-politicas .box-politica {
  background: #fff;
  padding: 2rem 1.75rem;
  border-radius: .5rem;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .nuestras-politicas .box-politica {
    margin-bottom: 15px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .nuestras-politicas .box-politica {
    padding: 1.5rem 1.5rem 2.5rem;
  }
}

.nuestras-politicas .box-politica h4 {
  margin: 0 0 1.5rem;
  font-size: .7rem;
  font-weight: bold;
  color: #373737;
}

.nuestras-politicas .box-politica p {
  margin-bottom: 3rem;
  font-size: .65rem;
}

.nuestras-politicas .box-politica a {
  font-size: .65rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: .6rem 1.5rem;
  border-radius: .2rem;
  margin-top: 2.5rem;
  background: #348fff;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.nuestras-politicas .box-politica a:hover {
  background: #009991;
}

@media only screen and (max-width: 768px) {
  .nuestras-politicas .box-politica a {
    left: 1.5rem;
  }
}

/*--FIN SUBHOME NOSOTROS--*/
/*--SUBHOME COMITES--*/
.material {
  position: relative;
  padding: 4rem 3rem;
}

@media only screen and (max-width: 768px) {
  .material {
    padding: 4rem 1.5rem;
  }
}

.material .bg-material {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.material .content {
  position: relative;
  z-index: 2;
}

.material h2 {
  margin: 0 0 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.material .box-material {
  background: #fff;
  padding: 2.4rem 2rem 6rem;
  border-radius: .5rem;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .material .box-material {
    height: auto;
    margin-bottom: 15px;
    padding: 2rem 1.5rem 5rem;
  }
}

.material .box-material h4 {
  margin: 0 0 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #4A4A4A;
}

.material .box-material a:not(.btn) {
  position: relative;
  display: block;
  font-size: .8rem;
  color: #348fff;
  text-decoration: underline;
  margin-bottom: .5rem;
}

.material .box-material a.btn {
  font-size: .8rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: .5rem 1.5rem .5rem;
  border-radius: .2rem;
  margin-top: 2.5rem;
  background: #348fff;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.material .box-material a.btn:hover {
  background: #002a6c;
}

.material .ver-todo {
  font-size: .8rem;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: .6rem 1.5rem .6rem;
  border-radius: .2rem;
  margin-top: 2.5rem;
  background: #348fff;
  width: 8rem;
}

.material .ver-todo:hover {
  background: #002a6c;
}

.que-son .franja-ac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #002a6c;
  padding: 1.8rem 1rem;
  cursor: pointer;
}

.que-son .franja-ac p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.que-son .franja-ac img {
  width: 1.66rem;
  height: auto;
  margin-left: .8rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.que-son .franja-ac.visible img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.que-son .contenido-que-son {
  background: #002a6c;
  color: #fff;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.que-son .contenido-que-son.visible {
  max-height: 4000px;
  visibility: visible;
}

.que-son .contenido-que-son .bajada {
  font-size: .9rem;
  color: #fff;
  font-weight: bold;
  width: 31.25rem;
  max-width: 100%;
  text-align: center;
  line-height: 1.6;
  margin: 0 auto 3rem;
}

.que-son .contenido-que-son .boxes-que-son {
  padding-bottom: 3rem;
}

.que-son .contenido-que-son .box-que-son {
  background: #fff;
  padding: 2.4rem 2rem;
  border-radius: .5rem;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .que-son .contenido-que-son .box-que-son {
    height: auto;
    margin-bottom: 15px;
    padding: 2rem 1.5rem 5rem;
  }
}

.que-son .contenido-que-son .box-que-son h4 {
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #4A4A4A;
}

.que-son .contenido-que-son .box-que-son p {
  font-size: .8rem;
  color: #373737;
  margin-bottom: 0;
  line-height: 1.6;
}

.que-son .contenido-que-son .valores h2 {
  color: #fff;
}

.que-son .contenido-que-son .valores .box-boton a {
  background: #002908;
  width: 5.75rem;
}

/*--FIN SUBHOME COMITES--*/
/*--SUBHOME EMPRESAS--*/
.banner-empresas figure {
  margin-bottom: 2rem;
}

.banner-empresas h4 {
  margin: 0 0 1rem;
  color: #4A4A4A;
  font-weight: bold;
  font-size: 1.25rem;
}

.banner-empresas p {
  color: #6D7278;
  font-size: .8rem;
}

.banner-empresas .noticias-empresas {
  margin-top: 3.4rem;
}

@media only screen and (max-width: 991px) {
  .banner-empresas .noticias-empresas {
    margin-bottom: 4rem;
  }
}

.banner-empresas .noticias-empresas h3 {
  color: #373737;
  font-weight: bold;
  font-size: 1.6rem;
}

.banner-empresas .noticias-empresas .item-noticia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 640px) {
  .banner-empresas .noticias-empresas .item-noticia {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}

.banner-empresas .noticias-empresas .item-noticia figure {
  width: 14.5rem;
  min-width: 14.5rem;
}

@media only screen and (max-width: 640px) {
  .banner-empresas .noticias-empresas .item-noticia figure {
    width: 100%;
    min-width: 0;
  }
}

.banner-empresas .noticias-empresas .item-noticia figure img {
  width: 100%;
}

.banner-empresas .noticias-empresas .item-noticia .texto {
  padding-left: 1.2rem;
}

@media only screen and (max-width: 640px) {
  .banner-empresas .noticias-empresas .item-noticia .texto {
    padding-left: 0;
  }
}

.banner-empresas .noticias-empresas .item-noticia .texto h4 {
  font-size: 1rem;
  color: #373737;
  font-weight: bold;
  margin: 0 0 1rem;
}

.banner-empresas .noticias-empresas .item-noticia .texto p {
  font-size: .8rem;
  color: #373737;
  line-height: 1.5;
}

.banner-empresas .noticias-empresas .item-noticia .texto a {
  font-size: .8rem;
  font-weight: 500;
  background: #348fff;
  display: inline-block;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: .2rem;
  margin-top: 1rem;
}

.banner-empresas .noticias-empresas .item-noticia .texto a:hover {
  background: #002a6c;
}

.banner-empresas .noticias-empresas .ver-todas {
  font-size: .8rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #348fff;
  display: inline-block;
  color: #348fff;
  padding: .5rem 1rem;
  border-radius: .2rem;
  margin-top: 1rem;
  width: 8rem;
}

.banner-empresas .noticias-empresas .ver-todas:hover {
  background: #348fff;
  color: #fff;
}

/*--FIN SUBHOME EMPRESAS--*/
/*--SUBHOME TRABAJADORES--*/
.accidente {
  position: relative;
  text-align: center;
  padding: 4rem 0;
}

.accidente .bg-accidente {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accidente .wrap {
  position: relative;
  z-index: 2;
}

.accidente h2 {
  margin: 0 0 3rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

.accidente .box-accidente {
  background: #fff;
  width: 100%;
  height: 12.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: .5rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
}

.accidente .box-accidente:hover {
  background: #f2f2f2;
}

.accidente .box-accidente figure {
  margin-bottom: 1rem;
}

.accidente .box-accidente figure img {
  height: 3.9rem;
  width: auto;
}

.accidente .box-accidente p {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .accidente .box-accidente {
    margin-bottom: 15px;
  }
}

.accidente .ver-todo {
  font-size: .8rem;
  color: #fff;
  font-weight: normal;
  background: #348fff;
  width: 8rem;
  padding: .5rem 1rem;
  border-radius: .2rem;
  display: inline-block;
  margin-top: 4rem;
}

.accidente .ver-todo:hover {
  background: #002a6c;
}

.beneficios {
  text-align: center;
  padding: 4rem 0;
}

.beneficios h2 {
  font-size: 1.6rem;
  color: #373737;
  margin: 0 0 1rem;
}

.beneficios p {
  font-size: .8rem;
  color: #4A4A4A;
  max-width: 42.5rem;
  width: 100%;
  margin: 0 auto 2rem;
}

.beneficios .w-beneficios {
  padding: 0 4rem;
}

@media only screen and (max-width: 768px) {
  .beneficios .w-beneficios {
    padding: 0;
  }
}

.beneficios .box-beneficio {
  background: #fff;
  width: 100%;
  height: 12.5rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: .75rem;
  text-align: center;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
}

.beneficios .box-beneficio figure {
  margin-bottom: 1rem;
}

.beneficios .box-beneficio figure img {
  height: 3.9rem;
  width: auto;
}

.beneficios .box-beneficio p {
  font-size: 1rem;
  color: #4A4A4A;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .beneficios .box-beneficio {
    margin-bottom: 20px;
  }
}

/*--FIN SUBHOME TRABAJADORES--*/
.ultimas-publicaciones .carrusel {
  max-width: 47.3rem;
  margin-left: -1rem;
}

.ultimas-publicaciones .carrusel .item {
  padding: 1rem;
}

@media only screen and (max-width: 768px) {
  .ultimas-publicaciones .carrusel .item {
    padding: 0;
  }
}

.informate.ultimas-publicaciones {
  position: relative;
}

.informate.ultimas-publicaciones:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background: #348fff;
  height: 60%;
  z-index: -1;
  top: 0;
}

.informate.ultimas-publicaciones.no-bg {
  padding-bottom: 4rem;
}

.informate.ultimas-publicaciones.no-bg:before {
  display: none;
}

.informate.ultimas-publicaciones .box-informate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 6rem 2rem 2rem;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  border-radius: .5rem;
}

@media only screen and (max-width: 991px) {
  .informate.ultimas-publicaciones .box-informate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .informate.ultimas-publicaciones .box-informate {
    padding: 1rem;
  }
}

.informate.ultimas-publicaciones .box-informate figure {
  width: 15.3rem;
  min-width: 15.3rem;
  margin-right: 0;
}

.informate.ultimas-publicaciones .box-informate figure img {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .informate.ultimas-publicaciones .box-informate figure {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}

.informate.ultimas-publicaciones .box-informate .texto {
  background: #fff;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 0;
  z-index: 2;
  position: relative;
  margin-top: 0rem;
  padding: 0 1.5rem;
}

@media only screen and (max-width: 991px) {
  .informate.ultimas-publicaciones .box-informate .texto {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .informate.ultimas-publicaciones .box-informate .texto {
    padding: 2rem 0;
  }
}

.informate.ultimas-publicaciones .box-informate .texto .fecha {
  font-size: .7rem;
  margin: 0 0 1rem;
  font-weight: bold;
}

.informate.ultimas-publicaciones .box-informate .texto h3 {
  font-size: 1.23rem;
  margin: 0 0 1rem;
  font-weight: 600;
}

.informate.ultimas-publicaciones .box-informate .texto p {
  font-size: .615rem;
  margin-bottom: 3rem;
}

.informate.ultimas-publicaciones .box-informate .texto a {
  font-size: .615rem;
  display: inline-block;
  background: #348fff;
  border-radius: .2rem;
  padding: .55rem 1.5rem .45rem;
  width: 5.5rem;
  color: #fff;
  text-align: center;
}

.informate.ultimas-publicaciones .box-informate .texto a:hover {
  background: #348fff;
}

.informate.ultimas-publicaciones .carrusel .tns-nav {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

.informate.ultimas-publicaciones .carrusel .tns-nav button {
  background: transparent;
  border: none;
  width: 1.05rem;
  height: 1.05rem;
  color: #6D7278;
  margin: 0rem;
  font-size: .65rem;
  border-radius: .2rem;
}

.informate.ultimas-publicaciones .carrusel .tns-nav button.tns-nav-active {
  background: #348fff;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .informate.ultimas-publicaciones .carrusel .tns-nav {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.informate.ultimas-publicaciones .carrusel .paginador {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}

@media only screen and (max-width: 768px) {
  .informate.ultimas-publicaciones .carrusel .paginador {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.ejes-est {
  padding-top: 2rem;
}

.ejes-est .t-2 {
  font-size: 1.23rem;
  margin-bottom: 2rem;
}

.ejes-est .b-eje {
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  border-radius: .5rem;
  padding: 1.2rem 1rem 1rem;
  min-height: 8rem;
}

.ejes-est .b-eje h4 {
  font-size: .7rem;
  color: #348fff;
  font-weight: bold;
  margin: 0 0 .75rem;
}

.ejes-est .b-eje p {
  margin-bottom: 0rem;
}

.s-valores {
  padding-top: 2rem;
}

.s-valores .t-2 {
  font-size: 1.23rem;
  margin-bottom: 2rem;
  text-align: center;
}

.s-valores .grid-valores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.s-valores .grid-valores .b-valores {
  width: 7.9rem;
  max-width: 40%;
  padding: 1rem .75rem;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
  border-radius: .5rem;
  text-align: center;
  margin: 0 .5rem 1rem;
}

.s-valores .grid-valores .b-valores figure {
  height: 4.6rem;
  margin-bottom: .5rem;
  text-align: center;
}

.s-valores .grid-valores .b-valores figure img {
  width: 4.3rem;
  height: auto;
}

.s-valores .grid-valores .b-valores p {
  font-size: .7rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.4;
}

.metas2b h2 {
  font-size: 1.23rem;
  color: #373737;
}

.metas2b .metas2 {
  position: relative;
  padding-bottom: 3rem;
}

.metas2b .metas2 .bg-metas {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.metas2b .metas2 .w-metas {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 1rem 0;
}

.metas2b .metas2 .w-metas .box-meta {
  width: 25%;
  margin-bottom: 2rem;
}

.metas2b .metas2 .w-metas .box-meta h5 {
  font-size: 2.11rem;
  color: #348fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}

.metas2b .metas2 .w-metas .box-meta h5 span {
  line-height: 1;
}

.metas2b .metas2 .w-metas .box-meta p {
  font-size: .615rem;
  color: #373737;
}

.metas2b .metas2 .w-metas .box-meta:nth-child(4), .metas2b .metas2 .w-metas .box-meta:nth-child(7) {
  border-right: none;
}

@media only screen and (max-width: 640px) {
  .metas2b .metas2 .w-metas .box-meta {
    width: 33.33%;
  }
  .metas2b .metas2 .w-metas .box-meta:nth-child(4), .metas2b .metas2 .w-metas .box-meta:nth-child(7) {
    border-right: 1px solid #6D7278;
  }
}

@media only screen and (max-width: 550px) {
  .metas2b .metas2 .w-metas .box-meta {
    width: 50%;
  }
  .metas2b .metas2 .w-metas .box-meta:nth-child(4), .metas2b .metas2 .w-metas .box-meta:nth-child(7) {
    border-right: none;
  }
}

.footer-noticias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #979797;
  padding-top: 1.5rem;
}

@media only screen and (max-width: 640px) {
  .footer-noticias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-noticias .paginador {
  width: auto;
}

@media only screen and (max-width: 640px) {
  .footer-noticias .paginador {
    margin-bottom: 2rem;
  }
}

.footer-noticias a.btn {
  font-size: .7rem;
  padding: .65rem 2rem;
}

.ultimas-publicaciones h2 {
  font-size: 1.23rem;
  color: #373737;
  font-weight: bold;
  margin: 0 0 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.lista-nosotros {
  -webkit-column-count: 3;
          column-count: 3;
  list-style: none;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .lista-nosotros {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (max-width: 768px) {
  .lista-nosotros {
    -webkit-column-count: 1;
            column-count: 1;
  }
}

.lista-nosotros li {
  margin-bottom: .4rem;
}

.lista-nosotros li a {
  display: block;
  font-size: .7rem;
  position: relative;
  padding-left: 15px;
}

.lista-nosotros li a img {
  width: 11px;
  min-width: 11px;
  display: inline-block;
  vertical-align: middle;
}

.lista-nosotros li a:before {
  content: "";
  left: 0;
  width: 11px;
  height: 11px;
  position: absolute;
  display: block;
  background-image: url("../images/agregar.svg");
  background-size: 100%;
}

.lista-nosotros li a span {
  text-decoration: underline;
  color: #348fff;
  margin-left: .3rem;
  display: inline-block;
}

.bajada-valores {
  margin: -1rem 0 2rem;
  text-align: center;
}

.t-ejemplo {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2rem;
}

.bajada-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

.bajada-titulo h3 {
  margin: 0 0 0;
  color: #373737;
  font-weight: bold;
  font-size: 1.23rem;
}

.filtros-proyectos {
  border-bottom: 1px solid #707070;
  padding-bottom: .5rem;
}

.filtros-proyectos select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select2.png");
  background-size: .4rem auto;
  background-position: 95% center;
  background-color: #fff;
  height: 2rem;
  border: 1px solid #707070;
  border-radius: .2rem;
  width: 100%;
  max-width: 100%;
  margin: 0 0 1rem;
  padding: .5rem;
  font-size: .75rem;
}

.w-proyectos .item-proy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1.5rem 0;
  border-bottom: 1px solid #707070;
  cursor: pointer;
}

.w-proyectos .item-proy .c-1 {
  width: 47%;
  min-width: 47%;
  padding-right: 2rem;
}

.w-proyectos .item-proy .c-1 p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .w-proyectos .item-proy .c-1 {
    width: 100%;
  }
}

.w-proyectos .item-proy .c-2 {
  width: 25%;
  min-width: 25%;
}

.w-proyectos .item-proy .c-2 p {
  font-size: .84rem;
  line-height: 1.2;
}

.w-proyectos .item-proy .c-2 p b {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .w-proyectos .item-proy .c-2 {
    width: 40%;
    padding-right: 1rem;
  }
}

.w-proyectos .item-proy .c-3 {
  width: 20%;
  min-width: 20%;
}

.w-proyectos .item-proy .c-3 p {
  font-size: .84rem;
  line-height: 1.2;
}

.w-proyectos .item-proy .c-3 p b {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .w-proyectos .item-proy .c-3 {
    width: 40%;
  }
}

.w-proyectos .item-proy .c-4 {
  width: 8%;
  min-width: 8%;
  text-align: right;
  padding-top: 1.5rem;
}

.w-proyectos .item-proy .c-4 .descarga {
  font-size: 1.4rem;
  padding-bottom: .4rem;
  margin: 0 0 0 auto;
  width: 2.1rem;
  height: 2.1rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #6D7278;
}

.w-proyectos .item-proy .c-4 .descarga:hover {
  background: #348fff;
}

@media only screen and (max-width: 768px) {
  .w-proyectos .item-proy .c-4 {
    width: 20%;
  }
}

.w-proyectos .item-proy .c-5 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.w-proyectos .item-proy .c-5 div {
  font-size: .84rem;
  margin-right: 1rem;
}

.w-proyectos .item-proy .texto-interior {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.w-proyectos .item-proy .texto-interior p {
  font-size: .8rem;
  line-height: 1.4;
}

.w-proyectos .item-proy.activo .texto-interior {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  padding: 2rem 0 0;
}

.w-proyectos .item-proy.activo .c-4 .descarga {
  background: #348fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.texto-auditoria {
  padding-bottom: 2rem;
}

.texto-auditoria figure img {
  max-width: 100%;
}

.texto-auditoria .tab-auditoria {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  margin-top: 1.5rem;
}

.texto-auditoria .tab-auditoria a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
  color: #4A4A4A;
  font-weight: bold;
  margin-right: 1rem;
}

.texto-auditoria .tab-auditoria a img {
  margin-right: .2rem;
}

.texto-auditoria .tab-auditoria a:nth-child(1) img {
  width: 1.423rem;
}

.texto-auditoria .tab-auditoria a:nth-child(2) img {
  width: 1rem;
}

.texto-auditoria .tab-auditoria a:nth-child(3) img {
  width: 1rem;
}

.texto-auditoria .panel-auditoria {
  display: none;
  padding-right: 4rem;
}

@media only screen and (max-width: 991px) {
  .texto-auditoria .panel-auditoria {
    padding-right: 0;
    margin-bottom: 2rem;
  }
}

.texto-auditoria .panel-auditoria.visible {
  display: block;
}

.texto-auditoria p {
  font-size: .8rem;
}

.informacion-relevante {
  position: relative;
  padding: 2.5rem 0 4rem;
}

.informacion-relevante .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.informacion-relevante .wrap {
  position: relative;
  z-index: 4;
}

.informacion-relevante h2 {
  margin: 0 0 2rem;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.informacion-relevante .box-ir {
  background: #fff;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .informacion-relevante .box-ir {
    margin-bottom: 1rem;
    height: auto;
  }
}

.informacion-relevante .box-ir h4 {
  margin: 0;
  background: #348fff;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  padding: 1rem 1rem .75rem;
  font-weight: normal;
}

.informacion-relevante .box-ir .texto {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  height: calc(100% - 2rem);
}

.informacion-relevante .box-ir .texto img {
  max-width: 100%;
}

.certificacion {
  padding: 3rem 0;
}

.certificacion h2 {
  margin: 0 0 2rem;
  font-size: 1.33rem;
  color: #373737;
  font-weight: bold;
}

.certificacion p {
  font-size: .8rem;
  line-height: 1.4;
  color: #4A4A4A;
}

.video-achs {
  background: #F0F0F0;
  padding: 3rem 0;
}

.video-achs .v-achs {
  width: 100%;
  max-width: 33rem;
  margin: 0 auto;
}

.video-achs .w-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-achs .w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ver-proyectos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .ver-proyectos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ver-proyectos img {
  width: 67%;
}

@media only screen and (max-width: 768px) {
  .ver-proyectos img {
    width: 100%;
  }
}

.ver-proyectos .btn-ver {
  width: 33%;
  background: #F0F0F0;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 768px) {
  .ver-proyectos .btn-ver {
    width: 100%;
  }
}

.ac-fucyt h3 {
  font-size: .95rem;
  color: #373737;
  margin: 2rem 0 1rem;
}

.ac-fucyt .ac-default .item-ac button {
  font-size: .8rem;
}

.ac-fucyt .ac-default .int-ac .int-fucyt {
  padding: 1rem;
}

.ac-fucyt .ac-default .int-ac .int-fucyt p {
  padding: 0;
}

.proy-2019 .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 550px) {
  .proy-2019 .tit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.proy-2019 .tit h2 {
  font-size: 1.66rem;
  margin: 0;
  color: #373737;
}

.proy-2019 .b-pr {
  text-align: center;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 550px) {
  .proy-2019 .b-pr {
    margin-bottom: 2.5rem;
  }
}

.proy-2019 .b-pr img {
  max-width: 100%;
}

.proy-2019 .b-pr .circulo {
  width: 13rem;
  height: 13rem;
  border: 7px solid #348fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 2rem;
}

.proy-2019 .b-pr .circulo h4 {
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 3.5rem;
  line-height: 0.7;
  font-weight: bold;
  font-family: "HelveticaNeueLT Com 57 Cn";
}

.proy-2019 .b-pr .circulo h5 {
  margin: 0;
  color: #4a4a4a;
  font-size: 1.3rem;
  font-weight: bold;
}

.proy-2019 .b-pr .circulo p {
  margin-bottom: 0;
  color: #8b8b8b;
  line-height: 1.2;
  font-size: 1.2rem;
}

.proy-2019 .b-pr .lista p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: .7rem;
  text-align: left;
}

.proy-2019 .b-pr .lista p span {
  font-size: 1rem;
  color: #8b8b8b;
}

.proy-2019 .b-pr .lista p span.cifra {
  margin-right: 1rem;
  color: #4a4a4a;
  font-weight: bold;
  font-family: "HelveticaNeueLT Com 57 Cn";
  font-size: 1.4rem;
  line-height: 1;
}

.proy-2019 .b-pr .w-grafico {
  position: relative;
  width: 13rem;
  height: 13rem;
  margin: 0 auto;
}

.proy-2019 .b-pr .w-grafico .pie {
  background: #ddd;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #348fff));
  background-image: linear-gradient(to right, transparent 50%, #348fff 0);
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.proy-2019 .b-pr .w-grafico .pie::before {
  content: "";
  background-color: inherit;
  border-radius: 0 100% 100% 0 / 50%;
  display: block;
  height: 100%;
  margin-left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: rotate(0.45turn);
          transform: rotate(0.45turn);
}

.proy-2019 .b-pr .w-grafico .cifra-interior {
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background: #fff;
  top: 10%;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.proy-2019 .b-pr .w-grafico .cifra-interior .valor {
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 3.5rem;
  line-height: 0.7;
  font-weight: bold;
  font-family: "HelveticaNeueLT Com 57 Cn";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.proy-2019 .b-pr .w-grafico .cifra-interior .valor .v2 {
  font-size: 1.6rem;
  line-height: 0.7;
  color: #4a4a4a;
  margin-left: .5rem;
}

.proy-2019 .b-pr .w-grafico .cifra-interior .valor .v2 span {
  color: #348fff;
  display: block;
  font-size: .8rem;
  margin-top: 0.2rem;
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
}

.proy-2019 .b-pr .w-grafico .cifra-2 {
  position: absolute;
  width: auto;
  height: auto;
  border-radius: 0%;
  top: 10%;
  right: -20%;
}

.proy-2019 .b-pr .w-grafico .cifra-2 .valor {
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 2.8rem;
  line-height: 0.7;
  font-weight: bold;
  font-family: "HelveticaNeueLT Com 57 Cn";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.proy-2019 .b-pr .w-grafico .cifra-2 .valor .v2 {
  font-size: 1.4rem;
  line-height: 0.7;
  color: #4a4a4a;
  margin-left: .5rem;
}

.proy-2019 .b-pr .w-grafico .cifra-2 .valor .v2 span {
  color: #348fff;
  display: block;
  font-size: .7rem;
  margin-top: 0.2rem;
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
}

.proy-2019 .b-pr .texto-graf {
  margin-top: 1.5rem;
}

.proy-2019 .b-pr .texto-graf p {
  font-size: 1.3rem;
  color: #4a4a4a;
  text-align: left;
  line-height: 1.2;
}

.proy-2019 .b-pr .texto-graf p b {
  font-weight: 900;
}

.fin-pr {
  border-top: 1px solid #707070;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .fin-pr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fin-pr p {
  font-size: 1.25rem;
  line-height: 1.3;
}

.fin-pr img {
  width: 27.25rem;
  max-width: 100%;
}

.inversion {
  background: #4A4A4A;
  padding: 4rem 0;
  text-align: center;
}

.inversion h2 {
  margin: 0 0 1.25rem;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
}

.inversion p {
  color: #fff;
  font-size: .8rem;
  font-weight: 500;
  width: 90%;
  margin: 0 auto 4rem;
}

.inversion img {
  max-width: 100%;
}

.contacto-equipo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .contacto-equipo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contacto-equipo .cont {
  width: 50%;
  min-width: 50%;
  padding: 3rem 3rem 3rem 6rem;
}

@media only screen and (max-width: 768px) {
  .contacto-equipo .cont {
    width: 100%;
    padding: 2rem;
  }
}

.contacto-equipo .cont h3 {
  font-size: 1.66rem;
  margin: 0 0 2rem;
  font-weight: bold;
  color: #373737;
}

.contacto-equipo .cont p {
  font-size: .8rem;
  line-height: 1.3;
}

.contacto-equipo .equi {
  width: 50%;
  min-width: 50%;
  padding: 3rem 6rem 3rem 3rem;
  background: #F0F0F0;
}

@media only screen and (max-width: 768px) {
  .contacto-equipo .equi {
    width: 100%;
    padding: 2rem;
  }
}

.contacto-equipo .equi h3 {
  font-size: 1.66rem;
  margin: 0 0 2rem;
  font-weight: bold;
  color: #348fff;
}

.contacto-equipo .equi p {
  font-size: .8rem;
  line-height: 1.3;
}

.contacto-equipo .equi p a {
  color: #348fff;
  text-decoration: underline;
}

.acreencias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

@media only screen and (max-width: 991px) {
  .acreencias {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.acreencias .izq {
  width: 55%;
  min-width: 55%;
  background: #348fff;
  padding: 3rem 2rem;
}

@media only screen and (max-width: 991px) {
  .acreencias .izq {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .acreencias .izq {
    padding: 3rem 1.5rem;
  }
}

.acreencias .izq p {
  color: #fff;
  font-size: .85rem;
  font-weight: bold;
}

.acreencias .der {
  width: 45%;
  min-width: 45%;
  padding: 3rem;
  text-align: right;
  background: #F0F0F0;
}

@media only screen and (max-width: 991px) {
  .acreencias .der {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .acreencias .der {
    padding: 3rem 1.5rem;
  }
}

.acreencias .der .form-group {
  text-align: left;
  margin-bottom: .75rem;
}

.acreencias .der .form-group label {
  font-size: .8rem;
  font-weight: bold;
  display: block;
}

.acreencias .der .form-group input {
  border: none;
  border-bottom: 1px solid #444;
  width: 100%;
  background: transparent;
}

.acreencias .der .captcha {
  text-align: right;
  margin-bottom: 1rem;
}

.acreencias .der .captcha img {
  max-width: 100%;
}

.acreencias .der .btn {
  margin: 0 0 0 auto;
}

.banner-ds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding: 0 0 2rem;
}

.banner-ds img {
  width: 70%;
}

.banner-ds .texto {
  width: 30%;
  background: #348fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.banner-ds .texto h3 {
  font-size: 1.66rem;
  font-weight: normal;
  color: #fff;
  margin: 0;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  padding-right: 4rem;
}

@media only screen and (max-width: 991px) {
  .banner-ds .texto h3 {
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .banner-ds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-ds img {
    width: 100%;
  }
  .banner-ds .texto {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 2rem 1rem;
  }
}

@media only screen and (max-width: 550px) {
  .banner-ds .texto h3 {
    font-size: 1.2rem;
  }
}

.que-es-ds {
  padding: 4rem 0 4rem;
  background: #F0F0F0;
}

.que-es-ds h2 {
  font-size: 1.5rem;
  margin: 0 0 2rem;
  text-align: center;
  color: #348fff;
}

.que-es-ds p {
  font-size: .8rem;
  color: #4A4A4A;
}

.rebaja {
  text-align: center;
  padding: 3rem 0;
}

.rebaja h3 {
  margin: 0 0 .75rem;
  color: #348fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
}

.rebaja p {
  font-size: .75rem;
  color: #4A4A4A;
}

.rebaja .boxes-rebaja {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46rem;
  margin: 3rem auto 0;
  max-width: 100%;
}

.rebaja .boxes-rebaja .item {
  position: relative;
  width: calc(33.3% - 2.66rem);
  margin: 0 1.33rem 2rem;
  padding: 1.5rem 1rem 2.5rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0px 2px 14px -4px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 14px -4px rgba(0, 0, 0, 0.55);
  cursor: pointer;
  overflow: hidden;
}

.rebaja .boxes-rebaja .item figure {
  width: 6rem;
  margin: 0 auto;
}

.rebaja .boxes-rebaja .item figure img {
  width: 100%;
}

.rebaja .boxes-rebaja .item h4 {
  font-size: .917rem;
  color: #4A4A4A;
  font-weight: bold;
  margin: 0;
}

.rebaja .boxes-rebaja .item .texto-hover {
  position: absolute;
  top: 100%;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #fff;
  padding: 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.rebaja .boxes-rebaja .item .texto-hover h4 {
  margin-bottom: .5rem;
}

.rebaja .boxes-rebaja .item .texto-hover p {
  font-size: .8rem;
  line-height: 1.3;
}

.rebaja .boxes-rebaja .item .texto-hover p a {
  color: #348fff;
  font-weight: bold;
}

.rebaja .boxes-rebaja .item:hover .texto-hover {
  top: 0;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .rebaja .boxes-rebaja .item {
    width: calc(50% - 2.66rem);
  }
}

@media only screen and (max-width: 550px) {
  .rebaja .boxes-rebaja .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.ingresa-datos {
  background: #F0F0F0;
  padding: 3rem 0;
}

.ingresa-datos h4 {
  color: #348fff;
  margin: 0 0 2rem;
  font-weight: bold;
  font-size: .9rem;
  text-align: center;
}

.ingresa-datos .form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5rem;
}

.ingresa-datos .form input {
  width: 45%;
  height: 1.85rem;
  max-width: 100%;
  border: 1px solid #707070;
  border-radius: .2rem;
  padding: .3rem .5rem;
  background: #fff;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .ingresa-datos .form input {
    width: 100%;
  }
}

.ingresa-datos button {
  width: 16.66rem;
  max-width: 100%;
}

.envia {
  background: #348fff;
  padding: 3rem 0;
}

.envia p {
  font-weight: bold;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.envia p a {
  color: #fff;
}

.hitos {
  background: #F0F0F0;
  padding: 3rem 0;
  text-align: center;
}

.hitos h3 {
  font-size: 1.35rem;
  color: #fff;
  font-weight: bold;
  background: #348fff;
  border-radius: 30px;
  padding: .5rem 3rem;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto 3rem;
}

.hitos .linea-hitos {
  text-align: center;
  position: relative;
}

.hitos .linea-hitos:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #348fff;
}

.hitos .linea-hitos .item {
  width: 3.18rem;
  height: 3.18rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  margin: 0 auto 1.4rem;
  background: #348fff;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .hitos .linea-hitos .item {
    margin-bottom: 1rem;
  }
}

.hitos .linea-hitos .texto {
  position: absolute;
  background: #fff;
  padding: 1.5rem;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  width: 16.5rem;
  text-align: left;
  margin: 0 auto;
  right: 0;
  left: 0;
}

.hitos .linea-hitos .texto:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  position: absolute;
  top: 25%;
  right: -13px;
}

.hitos .linea-hitos .texto p {
  font-size: .72rem;
  color: #6D7278;
  margin-bottom: 0;
}

.hitos .linea-hitos .texto.texto-1 {
  top: -.9rem;
  -webkit-transform: translateX(-13rem);
          transform: translateX(-13rem);
}

.hitos .linea-hitos .texto.texto-2 {
  top: 4rem;
  -webkit-transform: translateX(13rem);
          transform: translateX(13rem);
}

.hitos .linea-hitos .texto.texto-2:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -13px;
  right: auto;
}

.hitos .linea-hitos .texto.texto-3 {
  top: 8.5rem;
  -webkit-transform: translateX(-13rem);
          transform: translateX(-13rem);
}

.hitos .linea-hitos .texto.texto-4 {
  top: 13.5rem;
  -webkit-transform: translateX(13rem);
          transform: translateX(13rem);
}

.hitos .linea-hitos .texto.texto-4:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #ffffff transparent transparent;
  left: -13px;
  right: auto;
}

.hitos .linea-hitos .texto.texto-5 {
  top: 18rem;
  -webkit-transform: translateX(-13rem);
          transform: translateX(-13rem);
}

@media only screen and (max-width: 768px) {
  .hitos .linea-hitos .texto {
    position: relative;
    -webkit-transform: none !important;
            transform: none !important;
    top: 0 !important;
    z-index: 5;
    margin-bottom: 2rem;
  }
  .hitos .linea-hitos .texto:before {
    display: none;
  }
}

.texto-informamos {
  padding: 3rem 0;
  text-align: center;
}

.texto-informamos p {
  color: #348fff;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.calcula-tasa {
  background: #348fff;
  padding: 3rem 0;
}

.calcula-tasa h4 {
  font-size: 1.35rem;
  color: #fff;
  margin: 0 0 1rem;
  font-weight: 600;
}

.calcula-tasa .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .calcula-tasa .texto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.calcula-tasa .texto p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 3rem;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
  font-size: .75rem;
  line-height: 1.5;
}

@media only screen and (max-width: 640px) {
  .calcula-tasa .texto p {
    margin-bottom: 1.5rem;
  }
}

.calcula-tasa .texto .btn {
  font-size: .72rem;
  border: 1px solid #fff;
  width: 9.2rem;
  padding-right: 1rem;
  padding-left: 1rem;
  min-width: 9.2rem;
}

.preguntas {
  padding: 3rem 0;
}

.preguntas h3 {
  margin: 0 0 1.5rem;
  color: #348fff;
  text-align: center;
}

.preguntas p {
  color: #4A4A4A;
  font-size: .8rem;
}

.item-ficha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.item-ficha figure {
  padding: 20px;
  background-color: #F0F0F0;
  margin-right: 5px;
}

.item-ficha .texto {
  border: solid 1px #AAB0B7;
  padding: 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.item-ficha .texto h2 {
  font-size: 25px;
  line-height: 27px;
  margin: 0;
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
}

.item-ficha .texto a.stretched-link {
  font-size: 18px;
  line-height: 27px;
  font-family: "Catamaran", sans-serif;
  font-weight: bold;
  color: #348fff;
  margin-bottom: 20px;
  display: inline-block;
}

.item-ficha .texto a.btn {
  margin-top: 30px;
  display: table-cell;
}

.w-banner-img {
  margin-bottom: 10px;
}

.w-banner-img a {
  display: block;
}

.w-banner-img img {
  width: 100%;
}

/*--CAMBIOS 08 07 2020--*/
.valores .wrap {
  overflow: hidden;
}

.w-valores.v-mobile {
  display: none;
}

.w-valores.v-mobile .box-boton {
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .w-valores.v-desktop {
    display: none;
  }
  .w-valores.v-mobile {
    display: block;
  }
}

@media only screen and (max-width: 768px) and (max-width: 550px) {
  .w-valores.v-mobile .c-movil {
    padding: 0 20px;
    overflow: visible;
  }
  .w-valores.v-mobile .c-movil .tns-ovh {
    overflow: visible;
  }
}

.carrusel-generico {
  position: relative;
  z-index: 4;
  margin-bottom: 3rem;
}

.carrusel-generico .item .contenido-carrusel {
  background: #348fff;
  text-align: center;
  color: #fff;
  padding: 2rem;
}

.carrusel-generico .wrap {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .carrusel-generico .c-movil {
    padding: 0 20px;
    overflow: visible;
  }
  .carrusel-generico .c-movil .tns-ovh {
    overflow: visible;
  }
}

/*--FIN CAMBIOS 08 07 2020 Pablo--*/
/*--CAMBIOS 21 07 PABLO--*/
.c-interior.que-es .wrap {
  display: block;
}

.c-interior.que-es .wrap .titulo {
  margin-bottom: 2rem;
}

.c-interior.que-es .box-que-es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 991px) {
  .c-interior.que-es .box-que-es {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-interior.que-es .box-que-es .texto {
  width: 42%;
  min-width: 42%;
  background: #348fff;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-interior.que-es .box-que-es .texto p {
  color: #fff;
  font-size: 1rem;
}

@media only screen and (max-width: 991px) {
  .c-interior.que-es .box-que-es .texto {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .c-interior.que-es .box-que-es .texto {
    padding: 1.5rem;
  }
  .c-interior.que-es .box-que-es .texto p {
    font-size: .9rem;
  }
}

.c-interior.que-es .box-que-es figure {
  width: 58%;
  min-width: 58%;
}

.c-interior.que-es .box-que-es figure img {
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .c-interior.que-es .box-que-es figure {
    width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .c-interior.que-es .box-que-es figure {
    display: none;
  }
}

.c-interior.que-es ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-interior.que-es ul li {
  margin-bottom: .85rem;
  position: relative;
  padding-left: 1.2rem;
}

.c-interior.que-es ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  top: 3px;
  background: #348fff;
}

.c-interior.que-es ul li a {
  color: #373737;
}

.c-interior.que-es ul li a:hover {
  text-decoration: underline;
  color: #348fff;
}

.boton-menu-lateral {
  display: none;
}

@media only screen and (max-width: 991px) {
  .boton-menu-lateral {
    display: block;
    position: absolute;
    top: -50px;
    right: 84px;
    font-size: 1.4rem;
    cursor: pointer;
    z-index: 10;
    color: #777777;
  }
}

@media only screen and (max-width: 768px) {
  .boton-menu-lateral {
    right: 20px;
  }
}

.c-interior {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .c-interior .sidebar {
    position: absolute;
    width: 100%;
    left: 0;
    top: -70px;
    padding: 20px 5rem;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #F0F0F0;
    visibility: hidden;
  }
  .c-interior .sidebar.visible {
    max-height: 10000px;
    visibility: visible;
  }
  .c-interior .sidebar .w-links {
    margin-bottom: 1.5rem;
  }
  .c-interior .sidebar .w-links ul {
    background: #F0F0F0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
  }
  .c-interior .sidebar .w-links ul li {
    border: none;
    margin: 0;
  }
  .c-interior .sidebar .w-links ul li a {
    padding: .5rem 1rem .5rem .5rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-interior .sidebar {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.bread {
  width: calc(100% - 40px);
}

/*--FIN CAMBIOS 21 07 PABLO--*/
.carrusel {
  position: relative;
}

.carrusel img {
  max-width: 100%;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 10px;
}

.carrusel .tns-nav button {
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 14px;
    height: 14px;
  }
}

.carrusel.blanco button {
  border-color: #fff;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
}

.carrusel.verde button {
  border-color: #D6D6D6;
  background: #D6D6D6;
}

.carrusel.verde button.tns-nav-active {
  background: #348fff;
  border-color: #348fff;
}

.carrusel.gris button {
  border-color: #888B8D;
  background: #888B8D;
  opacity: .7;
}

.carrusel.gris button.tns-nav-active {
  opacity: 1;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0px;
  color: #373737;
  font-size: 0;
  width: 50px;
  height: 50px;
  line-height: 44px;
  border: none;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 40%;
}

.carrusel .tns-controls button:first-child {
  left: 0px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: 0px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 30px;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f053";
}

.carrusel .tns-controls button:last-child:after {
  content: "\f054";
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: -10px;
  }
  .carrusel .tns-controls button:last-child {
    right: -10px;
  }
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

.slide-home .carrusel .tns-controls button:after {
  color: #E9E8E8;
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #f5f5f5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em .5em;
  width: 100%;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ac-default .item-ac {
  margin-bottom: .5rem;
}

.ac-default .item-ac button {
  font-size: .7em;
  color: #373737;
  background: #F5F5F5;
  padding: 1em 1em .8em 1.4em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.ac-default .item-ac button:after {
  content: "\f054";
  color: #373737;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 32%;
  font-size: .8em;
}

.ac-default .item-ac button.activo {
  border: none;
  background: #348fff;
  color: #fff;
  font-weight: bold;
}

.ac-default .item-ac button.activo:after {
  content: "\f078";
  color: #fff;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.ac-default.ac-ejes .item-ac button.activo {
  color: #348fff;
  border-bottom: 1px solid #348fff;
}

.ac-default.ac-ejes .item-ac button.activo:after {
  color: #348fff;
}

.ac-default.ac-ejes .item-ac .int-ac h3 {
  font-size: 1.625rem;
  padding: 20px 20px 0px 2.8rem;
}

.ac-default.ac-ejes .item-ac .int-ac p {
  font-size: 1.25rem;
}

@media only screen and (max-width: 550px) {
  .ac-default.ac-ejes .item-ac .int-ac h3 {
    padding: 20px 0 5px;
    font-size: 1.2rem;
  }
  .ac-default.ac-ejes .item-ac .int-ac p {
    padding: 0;
    font-size: 1rem;
  }
}
.head nav ul li.ingresa {
  border: 0px solid #348fff !important;
}
.ficha-new {
  display: flex;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
  background: #fff;
  padding: 12px;
  border-radius: 15px;
  margin-bottom: 15px;
  height: 148px;
  margin-top: 15px;
  -webkit-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 16px -7px rgba(0, 0, 0, 0.75);
  }
  
  .estado {
  flex-direction: row;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-transform: uppercase;
  }
  
  .estado p {
  font-size: 12px;
  font-weight: bold;
  line-height: 0px;
  color: darkgray;
  margin-bottom: 15px;
  }
  
  p.red {
  color: #d60e0e !important;
  }
  
  p.titulo {
  color: #348fff !important;
  }
  
  .ficha-new a {
  color: #348fff !important;
  display: inline-block;
  font-size: 14px;
  text-decoration: underline !important;
  font-weight: 500;
  }
  
  .btn-nuevo-descarga{
  background: #348fff;
  }
  
  .btn-nuevo-descarga:hover{
  background: #002a6c !important;
  }
  
  @media(min-width:992px){
  .col-grid-seis{
  display: flex;
  justify-content: space-between;
  }
  
  .padding-top-28{
  padding-top: 28px;
  }
  }
  
  @media (max-width: 767px){
  #interior_noticia img {
  width: 10px !important;
  margin: 0px 0px;
  }
  }
  
  .titulo-dos-formulario{
  line-height: 1;
  margin-bottom: 30px;
  color: #333333 !important;
  font-weight: bold;
  }
  /*fin*/
  
  #interior_noticia h2 {
    max-width: 100%;
    background: url(../images/linea_tit_noticia.svg) left bottom no-repeat;
        background-size: auto;
    background-size: auto 10px;
    padding: 0 0 20px;
    font-size: 34px;
    margin: 0 0 25px;
}
  #teletrabajo p {
  color: #8A8A8A;
  font-size: 14px;
  }
  #teletrabajo .nav-tabs {
  border-bottom: 0px;
  }
  #teletrabajo .nav-tabs>li {
  margin-right: 15px;
  background: transparent;
  }
  #teletrabajo .nav-tabs>li:hover a {
  background: #cbcbcb !important;
  }
  #teletrabajo .nav-tabs>li>a {
  background: #E6EBF0;
  border-radius: 8px 8px 0px 0px;
  text-transform: uppercase;
  font-family: 'Catamaran', sans-serif;
  padding: 20px 53px;
  height: 71px;
  line-height: 100%;
  vertical-align: middle;
  background: #F0F0F0;
  color: #4A4A4A;
  border: 0px;
  }
  #teletrabajo .nav-tabs>li>a svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-bottom;
  height: 32px;
  }
  #teletrabajo .nav-tabs>li.active>a,
  #teletrabajo .nav-tabs>li.active>a:hover {
  font-weight: bold !important;
  color: #FEFEFE !important;
  background: #348fff !important;
  opacity: 1;
  }
  #teletrabajo .nav-tabs>li a path {
  fill: rgba(255,255,255,.5) !important;
  }
  #teletrabajo .nav-tabs>li.active>a path,
  #teletrabajo .nav-tabs>li.active>a:hover path {
  fill: #4A4A4A !important;
  }
  #teletrabajo .tab-content>.active {
  background: #F0F0F0 !important;
  border-top:8px solid #348fff;
  padding-left: 25px;
  padding-right: 25px;
  }
  #teletrabajo .tab-content>.active h3 {
  font-size: 30px;
  font-weight: bold !important;
  color: #4A4A4A;
  font-family: 'Catamaran', sans-serif !important;
  }
  #teletrabajo .tab-content>.active h3::after {
  content: '';
  width: 78px;
  height: 3px;
  background: #348fff;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  }
  #teletrabajo .nav.nav-tabs {
  margin-top: 100px;
  }
  #teletrabajo .tab-content>.active h4 {
  font-size: 25px;
  font-weight: bold;
  color: #4A4A4A;
  font-family: 'Catamaran', sans-serif !important;
  margin-top: 40px;
  margin-bottom: 40px;
  }
  #teletrabajo .tab-content>.active p {
  font-size: 14px;
  color: #8A8A8A;
  }
  #teletrabajo .listado span {
  border-radius: 50%;
  background: #348fff;
  height: 79px;
  width: 79px;
  display: block;
  color: #FFF;
  text-align: center;
  line-height: 79px;
  font-weight: bold;
  font-size: 30px;
  margin: 10px auto 20px;
  }
  #teletrabajo .listado a,
  #teletrabajo a.boton {
  background: #348fff;
  border-radius: 25px;
  color: #FFF;
  padding: 7px 15px;
  margin: 10px auto;
  display: inline-block;
  }
  #teletrabajo .listado a:hover,
  #teletrabajo a.boton:hover{
  background: #002a6c !important;
  }
  #teletrabajo .listado p {
  margin-left: 10px;
  margin-right: 10px;
  }
  .tab-content {
  position: relative;
  }
  /*cambios paty*/
  #teletrabajo .listado img {
  margin: 10px auto;
  max-width: 50%;
  width: 75px;
  }
  #teletrabajo .nav-tabs>li>a span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: red;
  margin-right: 10px;
  vertical-align: text-bottom;
  }
  #teletrabajo .nav-tabs>li>a#empresa-tab span {
  background: url("https://www.achs.cl/portal/PublishingImages/icon_empresa.png") no-repeat top center;
  }
  #teletrabajo .nav-tabs>li>a#trabajador-tab span {
  background: url("https://www.achs.cl/portal/PublishingImages/icon-trabajador.png") no-repeat top center;
  }
  #teletrabajo .nav-tabs>li.active>a#empresa-tab span {
  background-position: center bottom;
  }
  #teletrabajo .nav-tabs>li.active>a#trabajador-tab span {
  background-position: center bottom;
  }
  /*acordión 2*/
  #teletrabajo .accordion.ui-accordion h4 {
  background: #CCCCCC;
  display: block;
  text-align: left;
  width: 100%;
  color: #4A4A4A !important;
  font-weight: bold;
  font-size: 17px;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  margin-bottom: 0;
  font-size: 17px ;
  margin-top: 8px;
  padding-right: 40px;
  }
  #teletrabajo .accordion.ui-accordion h4.ui-state-active,
  #teletrabajo .accordion.ui-accordion h4:hover{
  background: #B6B6B6;
  color: #4A4A4A !important;
  }
  #teletrabajo .accordion.ui-accordion div {
  border: 1px solid #9CAFC3;
  padding: 10px;
  border-radius: 5px;
  }
  #teletrabajo .accordion.ui-accordion a {
  background: #348fff;
  border-radius: 25px;
  color: #FFF;
  padding: 7px 15px;
  margin: 10px auto;
  display: inline-block;
  font-size: 14px;
  }
  #teletrabajo .accordion.ui-accordion a:hover{
  background: #038a83;
  }
  #teletrabajo .accordion.ui-accordion div p {
  font-size: 14px;
  }
  #teletrabajo .accordion.ui-accordion h4 i {
  content: url("https://www.achs.cl/portal/PublishingImages/arrow.png");
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  }
  #teletrabajo .accordion.ui-accordion h4.ui-state-active i {
  content: url("www.achs.cl/portal/PublishingImages/arrow2.png");
  }
  @media (max-width:768px){
  #teletrabajo .accordion.ui-accordion h4 {
  font-weight: normal;
  line-height: 120%;
  }
  }
  
  @media (max-width:768px){
  #teletrabajo .nav-tabs>li {
  width:50%;
  margin-right:0px;
  float:left;
  }
  #teletrabajo .nav-tabs>li>a {
  padding: 20px 7px;
  text-align:center;
  height:auto !important;
  }
  #teletrabajo .nav-tabs>li>a span {
  margin:0 auto 10px !important;
  display:block;
  }
  }
  .ficha-accede-herramienta .rayita{
    top: 180px !important;
    left: 115px !important;
  }
  .btn-descarga-excel{
    color: #fff !important;
    text-decoration: none !important;
    width: auto;
    margin-bottom: 17px;
}

.miga span a {
  text-transform: capitalize;
  color: #787878;
}

.miga .breadcrumbCurrentNode {
  color: #777;
}

.miga .breadcrumb {
  padding: 10px 0 0px 10px;
  color: #777;
  font-size: 12px;
}

.miga .breadcrumb span {
  color: #777;
  padding: 0 5px 0 5px
}

.miga .breadcrumb span a {
  text-transform: capitalize;
  color: #787878;
}

.miga .breadcrumb .breadcrumbCurrentNode {
  color: #777;
}
.breadcrumb {
  background-color: transparent !important;
}
.carousel-inner img{
  max-height: initial !important;
}
.side-bar h3 {
  text-align: center;
  color: #348fff;
  font-size: 18px;
  margin: 30px 0 15px;
  margin-top: 30px;
}
.links_listado ul li {
  background: url(../images/ico-NavArrowRight.svg) right 6px no-repeat;
  background-size: auto;
  padding: 0 10px 5px 0;
  margin: 0 0 10px;
  display: block;
  list-style: none;
  background-size: 6px;
  border-bottom: solid 1px #787878;
}
.links_listado ul li a{
  font-size: 14px;
  color: #545454;
}
#contenidoley div{
  font-size: 14px;
}
#contenidoley p{
  line-height: 18px;
}
#noticias_int h2 {
  max-width: 100%;
  padding: 0 0 20px;
  font-size: 32px;
  margin: 0 0 40px;
}
.seccion-unete-achs {
  background-image: url(../images/img_unete_achs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0px;
}
.seccion-unete-achs p {
  color: #FFFFFF !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  /* font-family: 'Catamaran-Bold'; */
  margin: 5px 25px;
}
.seccion-unete-achs a {
  background: #348fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  color: #FFFFFF !important;
  font-size: 16px;
  /*font-family: 'Catamaran-Bold';*/
  margin: 5px 25px;
  padding: 10px 56px;
}
.seccion-unete-achs a:hover{
  filter: opacity(.7);
}
.div-unete{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media(max-width: 991px){
.div-unete{
  flex-direction: column;
}
.seccion-unete-achs p {
  margin-bottom: 20px;
  text-align: center;
}
}
.margin-titulo {
  margin-top: 30px;
  margin-bottom: 30px;
}
#carouselConsultoria .carousel-indicators{
  bottom: -2rem;
}
#carouselConsultoria .carousel-indicators li,
#carouselDescargas .carousel-indicators li,
#carouselBiblioteca .carousel-indicators li{
  background: #D6D6D6;
  opacity: .8;
}
#carouselConsultoria .carousel-indicators li.active,
#carouselDescargas .carousel-indicators li.active,
#carouselBiblioteca .carousel-indicators li.active{
  background: #348fff;
}
.texto_consultoria p{
  color: #787d84;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
}
.seccion-info h3,
.nuestra-asesoria h3,
.nuestros-clientes h3,
.asesorate-con-nosotros h3{
  font-size: 24px;
  color: #73787E;
}
.ficha{
  height: 223px;
  box-shadow: 0px 15px 30px rgba(185, 185, 185, 0.14);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  background-position: center;
  margin-bottom: 2rem;
}
.ficha::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(255 255 255 / 0.20);
  border-radius: 10px;
}
.ficha p{
  font-weight: bold;
  text-shadow: 5px 5px 10px #000000;
}
#carouselDescargas .ficha.ficha01,
#carouselDescargas .ficha.ficha11,
#carouselDescargas .ficha.ficha17{
  background-image: url('../images/seis_consejos_para_mejorar_la_seguridad_en_el_lugar_de_trabajo.jpg');
}
#carouselDescargas .ficha.ficha02,
#carouselDescargas .ficha.ficha07,
#carouselDescargas .ficha.ficha16,
#carouselDescargas .ficha.ficha19{
  background-image: url('../images/cuales_son_las_acciones_claves_del_lider_para_mantener.jpg');
}
#carouselDescargas .ficha.ficha03,
#carouselDescargas .ficha.ficha08,
#carouselDescargas .ficha.ficha18{
  background-image: url('../images/aca_te_ayudamos_a_controlar_las_exposiciones_frente_a.jpg');
}
#carouselDescargas .ficha.ficha04,
#carouselDescargas .ficha.ficha13{
  background-image: url('../images/iniciativa_preventiva_para_covid.jpg');
}
#carouselDescargas .ficha.ficha05,
#carouselDescargas .ficha.ficha14{
  background-image: url('../images/cuales_son_las_acciones_criticas_para_fortalecer.jpg');
}
#carouselDescargas .ficha.ficha06,
#carouselDescargas .ficha.ficha15{
  background-image: url('../images/lista_de_verificacion_de_control.jpg');
}
#carouselDescargas .ficha.ficha09{
  background-image: url('../images/supervisores_en_accion_cual_es_el_rol.jpg');
}
#carouselDescargas .ficha.ficha10{
  background-image: url('../images/mas_que_mascarillas_usando_la_jerarquia_de_controles.jpg');
}
#carouselDescargas .ficha.ficha12{
  background-image: url('../images/como_sostener_una_estrategia_efectiva_de_seguridad_y_salud.jpg');
}
#carouselBiblioteca .ficha.ficha01,
#carouselBiblioteca .ficha.ficha05,
#carouselBiblioteca .ficha.ficha09,
#carouselBiblioteca .ficha.ficha13,
#carouselBiblioteca .ficha.ficha17{
  background-image: url('../images/ocho_preguntas_que_el_alto_liderazgo.jpg');
}
#carouselBiblioteca .ficha.ficha02,
#carouselBiblioteca .ficha.ficha06,
#carouselBiblioteca .ficha.ficha10,
#carouselBiblioteca .ficha.ficha12,
#carouselBiblioteca .ficha.ficha18{
  background-image: url('../images/asegurar_la_intencion_de_la_autoridad_para_detener.jpg');
}
#carouselBiblioteca .ficha.ficha03,
#carouselBiblioteca .ficha.ficha07,
#carouselBiblioteca .ficha.ficha11,
#carouselBiblioteca .ficha.ficha15,
#carouselBiblioteca .ficha.ficha19{
  background-image: url('../images/influencias_organizacionales_en_el_desempenio_de_la_seguridad.jpg');
}
#carouselBiblioteca .ficha.ficha04,
#carouselBiblioteca .ficha.ficha08,
#carouselBiblioteca .ficha.ficha14,
#carouselBiblioteca .ficha.ficha16{
  background-image: url('../images/12_preguntas_que_cada_miembro_del_consejo_directivo.jpg');
}
.btn-descargar {
  background: #348fff;
  color: #fff !important;
  padding: 11px 16px;
  display: inline-block;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
  text-align: center;
  max-width: max-content;
}
.btn-descargar:hover {
  background: #002a6c;
}
.btn-descargar img{
  width: 16px;
}
#carouselDescargas .carousel-control-next,
#carouselDescargas .carousel-control-prev,
#carouselBiblioteca .carousel-control-next,
#carouselBiblioteca .carousel-control-prev{
  width: 4%;
}
#carouselDescargas .carousel-control-next-icon,
#carouselDescargas .carousel-control-prev-icon,
#carouselBiblioteca .carousel-control-next-icon,
#carouselBiblioteca .carousel-control-prev-icon{
  width: 16px;
  height: 30px;
}
#carouselDescargas .carousel-control-prev-icon,
#carouselBiblioteca .carousel-control-prev-icon{
  background-image: url(../images/path_izq_gris.png);
}
#carouselDescargas .carousel-control-next-icon,
#carouselBiblioteca .carousel-control-next-icon{
  background-image: url(../images/path_der_gris.png);
}
#carouselAsesorate .carousel-control-prev-icon,
#carouselAsesorate .carousel-control-next-icon{
  background-image: none;
}
#carouselAsesorate .carousel-control-prev,
#carouselAsesorate .carousel-control-next{
  width: 70px;
  height: 50px;
  padding: 8px;
  color: #348fff;
  font-family: 'Roboto';
  background: transparent;
  border: 2px solid #348fff;
  font-weight: 700;
  border-radius: 6px;
  font-size: 20px;
  display: inline-block;
}
#carouselAsesorate .carousel-control-prev:hover,
#carouselAsesorate .carousel-control-next:hover{
  color: #fff;
  background: #348fff;
}
.seccion-datos{
  background-image: url(../images/escaleras_consultoria_dos.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.p-num{
  font-size: 55px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.contenedor-cajas{
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
.caja-estadistico{
  width: 306px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  margin: 20px 0px 0px 0px;
  border-right: 1px solid;
}
.caja-estadistico span{
  display: inline-block;
  font-size: 27px;
  line-height: 22px;
}
.nuestra-asesoria h4,
.nuestros-clientes h4{
  font-size: 18px;
  color: #73787E;
}
.nuestros-clientes,
.asesorate-con-nosotros{
  background-color: #348fff;
}
.seccion-logos{
  background-color: #f0f0f0;
}
.lista-requerimiento{
  margin-left: 20px;
  padding: 20px 0px;
}
#carouselAsesorate p{
  color: #73787E;
  font-size: 14px;
}
.lista-requerimiento li{
  color: #73787E;
  font-size: 14px;
  line-height: 27px;
}
.formulario-consultoria label{
  color: #373737;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 3.483333px;
  font-weight: 700;
}
.btn-siguiente{
  color: #ffffff;
  background: #348fff;
  border-radius: 6px;
  border-style: none;
  font-size: 16px;
  padding: 0px 45px !important;
  height: 45px;
  font-weight: bold;
  margin-top: 25px;
}
.negative-answer p{
  font-size: 20px !important;
  color: #73787E;
}
.ancla-achs {
  color: #348fff !important;
  font-weight: 700;
  text-decoration: underline !important;
}
#ctl00_SPWebPartManager1_g_17ef2d8e_c241_47d7_9346_954ad6ff7d10_ctl00_lblTitulo, #ctl00_SPWebPartManager1_g_290fc680_7798_4513_b8fd_60aa50859181_ctl00_lblTitulo, h2.actualizaciones, h2.tituloh2 {
  max-width: 100%;
  background: url(../images/linea_tit_noticia.svg) left bottom no-repeat;
      background-size: auto;
  background-size: auto 10px;
  padding: 0 0 20px;
  font-size: 32px;
  margin: 0 0 30px;
  display: block;
  font-weight: 500;
  color: #000;
  text-align: left;
}
body{
  font-family: 'Catamaran', sans-serif !important;
}
.text-danger {
  color: #dc3545!important;
}
.modal-header,.modal-body{
padding:0 !important;
}
.modal-header .close{
color:#000 !important;
  margin-top: 0px;
  margin-right: 15px;
}
label{
padding: 15px 0px 5px;
  color: #8A8A8A;
}
.has-error .form-control{
border-color:#dc3545!important;

}
.modal-content{
background-color:#fff !important;
padding:10px !important;
}
.modal-title{
  font-size: 14px;
}
.va-box-login {
  margin: 40px auto 40px;
  border-radius: 17px;
  border: solid 1px #d8d8d8;
  padding: 40px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
  position: relative;
}
.va-head-form{
  margin: 0 0 40px;
}
.va-head-form h1{
  font-size: 25px;
}
.va-head-form h3{
  font-size: 16px;
  font-weight: 300;
  margin: 10px 0;
}
.va-help-block{
  margin: 8px 0;
  display: block;
  font-size: 12px;
  color: #348fff;
}
.va-form-group label{
  font-weight: 600;
}
.va-link{
  color: #348fff;
  margin-right: 10px;
  text-decoration: underline;
  transition:0.3s;
}
.va-link:hover{
  color: #348fff;
  margin-right: 10px;
  text-decoration: underline;
  opacity: 0.8;
}
.va-checkbox label{
  font-weight: 500;
  font-size: 14px;
}
.va-checkbox{
  margin: 30px 0;
}
.va-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  transition:0.3s;
}
.va-btn-default:hover {
  color: #fff;
  background-color: #9B9A9B;
  border-color: #9B9A9B;
}
.va-btn-primary{
  background-color: #348fff;
  border-color: transparent;
  color: #fff !important;
  transition:0.3s;
}
.va-btn-primary:hover{
  background-color: #027F79;
  border-color: transparent;
  color: #fff;
}
.va-btn-secondary{
  background-color: #9B9A9B;
  border-color: transparent;
  color: #fff  !important;
  transition:0.3s;
}
.va-btn-secondary:hover{
  background-color: #6B6B6B;
  border-color: transparent;
  color: #fff;
}
.va-has-error .va-form-control{
  border-color: #348fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.box-cv{
  position: absolute;
  right: -340px;
  background: white;
  border-radius: 17px;
  border: solid 1px #d8d8d8;
  padding: 40px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
  -moz-box-shadow: 0 4px 10px 0 rgba(0,0,0,.25);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10);
  top: 40px;
  display: none;
  transition: 0.3s;
  width: 320px;
}
.box-cv img{
  width: 100%;
}
.banner{
  margin: 0 0 20px;
}
.check-list{
  width: 20px;
  float: left;
  padding: 1px 4px;
  height: 21px;
}
.check-list input[type=checkbox]{
  margin: 0;
}
.btn-list-view{
  float: left;
}
.va-panel-title{
  font-size: 14px;
  font-weight: 300;
}
.va-panel-default>.va-panel-heading h4 a {
  padding: 10px 15px;
  background-image: url('https://www.achs.cl/portal/SiteAssets/images/ico_acordeon_abrir.svg');
  background-position-x: 105%;
  background-position-y: center;
  background-repeat: no-repeat;
}
.va-panel-default>.va-panel-heading h4 a[aria-expanded="true"] {
  background-image: url('https://www.achs.cl/portal/SiteAssets/images/ico_acordeon_cerrar.svg');
  background-color: transparent;
  color: #555;
}
.va-panel-default>.va-panel-heading h4[aria-expanded="true"] {
  background-color: red;
  color: #555;
}
.va-panel-title {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 9px;
  line-height: 21px;
  background: #B8E5E2;
}
.va-panel{
  margin: 2px 0;
  box-shadow: none;
}
.va-box-btn-autorizar{
text-align: right;
margin: 20px 0;
}
.va-modal-content{
  background: #fff;
  padding: 40px;
}
.va-modal-content h1{
  font-size: 24px;
  color: #0C652F;
}
.btn-ayuda{
  display: block;
  width: 100%;
  height: 86px;
  background: #FFFFFF;
  box-shadow: 4px 4px 30px rgb(0 43 41 / 15%);
  border-radius: 4px;
  text-align: center;
  margin: 0 auto 80px;
  padding: 12px 0px;
  max-width: 617px;
}
.btn-ayuda img{
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
.btn-ayuda p{
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: #979797;
  width: 100%;
  max-width: 450px;
  margin: 0;
  margin-top: 9px;
  text-align: left;
  padding-left: 30px;
}
.btn-ayuda p span{
  text-decoration: underline;
  font-weight: 900;
}

.mod_ingreso p.bajada-titl-vig{
  font-size: 18px;
  color: #4a4a4a;
  font-weight: normal;
}

@media (max-width: 575.98px) {
  .box-cv{
      position: relative;
      right: 0;
      background: white;
      border: 1px solid #f5f5f5;
      padding: 20px;
      border-radius: 13px;
      top: 0;
     display: none;
      transition: 0.3s;
      text-align: center;
  }
}
#vigilancia_salud {color:#4A4A4A !important; }
#vigilancia_salud h2 {}
#vigilancia_salud h3 { margin: 0 0 30px}
#vigilancia_salud .tooltip-inner { max-width: 364px; padding: 4px; background-color:rgba(0,0,0,0.20); border-radius: 20px; border: solid 1px #000; }
#vigilancia_salud .mod_ingreso { max-width: 550px; margin: 40px auto 130px; border-radius: 17px; border: solid 1px #9B9B9B;  padding: 20px; -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25); -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25); box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);}
#vigilancia_salud .mod_ingreso p {text-align: center; padding: 0 0 10px}
#vigilancia_salud .mod_ingreso .form-control { width: 83.33333333%; margin: 0 0 30px }
#vigilancia_salud .mod_ingreso .btn { background: #B8E5E2; color: #fff; padding: 5px 38px; border: none; font-size: 19px;}
#vigilancia_salud .mod_ingreso .btn:hover {background: #88C3C0}
#vigilancia_salud .glyphicon-question-sign { top:10px}
label.error { display: block; clear: both; margin: -28px 0 0 0; position: absolute; color: #D0021B;}

table.tabla_1 {border-bottom:1px solid #ccc;  border-left:1px solid #ccc;border-collapse: collapse;margin: 0 0 40px;padding: 0;width: 100%; max-width: 600px;}
table.tabla_1 tr {background: #B8E5E2;border: 1px solid #ddd;padding:10px 20px;}
table.tabla_1 th { background: #348fff; color: #fff; font-size: 15px;padding:10px 20px; border-top:1px solid #ccc;  border-right:1px solid #ccc}
table.tabla_1 th:last-child { text-align: center}
table.tabla_1 td {padding:10px 20px;text-align: left; font-size: 12px;  border-top:1px solid #ccc;  border-right:1px solid #ccc}
table.tabla_1 td:last-child { text-align: center;}
table.tabla_1 tr:nth-child(odd) { background: #fff; color: #333;}

table.tabla_2 {border-bottom:1px solid #ccc;  border-left:1px solid #ccc;border-collapse: collapse;margin: 0 0 40px;padding: 0;width: 100%;}
table.tabla_2 tr {background: #B8E5E2;border: 1px solid #ddd;padding:10px 20px;}
table.tabla_2 th { background: #348fff; color: #fff; font-size: 15px;padding:10px 20px; border-top:1px solid #ccc;  border-right:1px solid #ccc}
table.tabla_2 th:last-child { text-align: center}
table.tabla_2 td {padding:10px 20px;text-align: left; font-size: 12px;  border-top:1px solid #ccc;  border-right:1px solid #ccc}
table.tabla_2 td:last-child { text-align: center;}
table.tabla_2 tr:nth-child(odd) { background: #fff; color: #333;}

table.tabla_2 .examen { background: none !important; }



.cert_modal { width: 100%;min-height: 460px;height: 509px;
}
.parrafo_descarga_movil { background: #fff; padding: 40px 20px; font-size:18px;}
.parrafo_descarga_movil a {text-decoration: underline!important}

@media (max-width:991px){


  table.tabla_1 { border: 0; }
  table.tabla_1 thead { display: none; }
  table.tabla_1 tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em; padding: 0}
  table.tabla_1 td { border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right;}
  table.tabla_1 td:before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; }
  table.tabla_1 td:last-child { border-bottom: 0; text-align: right;}
  table.tabla_1 td{ background: #fff; color: #333;}
  table.tabla_1 td:nth-child(odd) { background: #B8E5E2; color: #333;}
  
  table.tabla_2 { border: 0; }
  table.tabla_2 thead { display: none; }
  table.tabla_2 tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em; padding: 0}
  table.tabla_2 td { border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right;}
  table.tabla_2 td:before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; }
  
  table.tabla_2 td{ background: #fff; color: #333;}
  table.tabla_2 td:nth-child(odd) { background: #B8E5E2; color: #333;}
  table.tabla_2 .examen { background: none !important; text-align: right !important; line-height: 28px;}
}
/*preloader*/
.box-spinner {
 width: 39%;
  height: 56%;
  overflow: auto;
  margin: auto;
  position: absolute;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);

}

.spinner {
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 30%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

  .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #CCDED8;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
  }

  .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
  }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
      -webkit-transform: scale(0)
  }

  40% {
      -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
  }
}
#vigilancia_salud .tooltip-inner {
  max-width: 750px;
  padding: 4px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 20px;
  border: solid 1px #ccc;
}

.navbar-vigilancia{
background-color:#fff !important;
z-index:10000;
}	
#mensajeautorizacion,#mensajeautorizacion2{
  background-color: #333333;
  margin-top:-10% !important;
  filter: alpha(opacity=90);
 -moz-opacity: 0.9;
 opacity: 0.9;
 color:#fff;
 font-size:11px !important;
   padding: 0px 20px;

}
#mensajeautorizacion h2{
font-size:12px;
text-align:justify;
margin-top: 0px !important;
margin-bottom: 10px;
padding-top: 10px;
}
#mensajeautorizacion2 h2{
 font-size:16px;
text-align:justify;
margin-top: 0px !important;
margin-bottom: 10px;
padding-top: 10px;

}
#mensajeautorizacion p, #mensajeautorizacion2 p{
font-size:10px;
text-align:justify;

}

.buttondivmensaje{
  text-align:right !important;
padding-bottom: 15px;
}
#clients-report-search2, #clients-report-search5,#clients-report-search5:hover,#clients-report-search5:after{
background: transparent !important;
  text-decoration: underline !important;
}
#clients-report-search2:hover{
background: transparent;
  text-decoration: underline;
  color:#fff;
}
#clients-report-search4,#clients-report-search4:hover,#clients-report-search3{
background: transparent !important;
  border: 1px solid !important;
}
#clients-report-search3:hover{
color:#fff;
}
/*preloader*/
.box-spinner2 {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);
  
}

.spinner2 {
 
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

  .spinner2 > div {
      width: 35px;
      height: 35px;
      background-color: #CCDED8;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner2 .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
  }

  .spinner2 .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
  }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
      -webkit-transform: scale(0)
  }

  40% {
      -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
      -webkit-transform: scale(0);
      transform: scale(0);
  }

  40% {
      -webkit-transform: scale(1.0);
      transform: scale(1.0);
  }
}
#upload-avatar {
z-index: 1080 !important;
}
.box-spinner3 {
  width:100%;
  height:100%;
  overflow: auto;
  margin: auto;
  position: absolute;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);

}

.spinner3 {
 
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 40%;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}

  .spinner3 > div {
      width: 18px;
      height: 18px;
      background-color: #CCDED8;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }

  .spinner3 .bounce13 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s;
  }

  .spinner3 .bounce23 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s;
  }

.ia-box-login {
  margin: 5px auto 5px;
  padding-left: 40px;
  padding-right:40px;

  position: relative;
}
.ia-head-form{
  margin: 0 0 20px;
}

.ia-head-form h1{
  font-size: 25px;
}
.ia-head-form h3{
  font-size: 16px !important;
  font-weight: 300!important;
  margin: 15px 0 !important;
  font-weight:600 !important;
}
.modal-body p,.modal-body ul{
  font-size: 13px !important;
  font-weight: 300!important;

  text-align:justify !important;
 
}

.ia-help-block{
  margin: 8px 0;
  display: block;
  font-size: 12px;
  color: #348fff;
}
.ia-form-group label{
  font-weight: 600;
}
.ia-link{
  color: #348fff !important;
  margin-right: 10px!important;
  text-decoration: underline!important;
  transition:0.3s!important;
}
.ia-link:hover{
  color: #348fff!important;
  margin-right: 10px!important;
  text-decoration: underline !important;
  opacity: 0.8!important;
}
.ia-checkbox label{
  font-weight: 500;
  font-size: 14px;
}
.ia-checkbox{
  margin: 30px 0;
}
.ia-form-group span,
.ia-checkbox span{
  font-size: 16px;
}
.ia-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  transition:0.3s;
}
.ia-btn-default:hover {
  color: #fff;
  background-color: #002a6c;
  border-color: #002a6c;
}
.ia-btn-primary{
  background-color: #348fff;
  border-color: transparent;
  color: #fff;
  transition:0.3s;
}
.ia-btn-primary:hover{
  background-color: #002a6c;
  border-color: transparent;
  color: #fff;
}
.ia-btn-secondary{
  background-color: #348fff;
  border-color: transparent;
  color: #fff;
  transition:0.3s;
}
.ia-btn-secondary:hover{
  background-color: #002a6c;
  border-color: transparent;
  color: #fff;
}
.ia-has-error .ia-form-control{
  border-color: #348fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.box-cv{
  position: absolute;
  right: -410px;
  background: white;
  border: 1px solid #f5f5f5;
  padding: 20px;
  border-radius: 13px;
  top: 20px;
  display: none;
  transition:0.3s;
}
.vigilancia-b1{
  margin-bottom: 50px;
}
.vigilancia-b1 p{
  font-size: 18px;
  line-height: 30px;
  color: #8a8a8a;
}
.prueba{
  display: none !important;
}
.bloque-vig{
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 30px rgba(0, 43, 41, 0.15);
  overflow: hidden;
}
.titl-vig{
  background-color: #348fff;
  color: #fff;
  padding: 14px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.ico-b-vig{
  margin: -2px 15px 0 0;
}
.bloque-vig p{
  color: #8a8a8a;
  padding: 50px 30px;
  font-size: 14px;
}
.vigilancia-b2{
  margin-bottom: 70px;
}
.mod_ingreso{
  max-width: 483px;
  border: none;
  border-radius: 4px;
  box-shadow: 4px 4px 30px rgba(0, 43, 41, 0.15);
  padding: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
  margin-top: 40px;
}
.mod_ingreso p{
  font-size: 20px;
  color: #348fff;
  font-weight: bold;
  padding: 0 25px;
  line-height: 22px;
  text-align: center;
}
.mod_ingreso label{
  color: #373737;
  font-size: 16px;
  padding-bottom: 0;
}
.mod_ingreso .form-control{
  width: 100%;
  height: 43px;
  border: 2px solid #dedede;
  background-color: #f4f4f4;
  box-shadow: none;
}
.ia-link{
  font-size: 14px;
  font-weight: 600;
}
#buscarexamen{
  display: block;
  margin: 0 auto;
  width: 155px;
  height: 43px;
  background-color: #348fff;
  font-size: 18px;
  font-weight: bold;
}
.ia-checkbox label{
  font-size: 14px;
  color: #787878;
}
@media (max-width: 1199px){
  .titl-vig{
      font-size: 18px;
  }
}
@media (max-width: 991px){
  .vigilancia-b2 .col-md-6{
      margin-bottom: 30px;
  }
  .vigilancia-b2{
      margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .box-cv{
      position: relative;
      right: 0;
      background: white;
      border: 1px solid #f5f5f5;
      padding: 20px;
      border-radius: 13px;
      top: 0;
     display: none;
      transition: 0.3s;
      text-align: center;
  }
}
@media(max-width: 575px){
  .vigilancia-b1 .tituloh2{
      font-size: 25px;
  }
  .vigilancia-b1 p{
      font-size: 14px;
      line-height: 16px;
  }
  .img-vig-salud img{
      width: 100%;
  }
  .mod_ingreso p{
      padding: 0;
  }
  .ia-box-login{
      padding: 0 10px;
  }
  .mod_ingreso{
      margin-bottom: 50px;
      margin-top: 15px;
  }
  .btn-ayuda{
      padding: 12px 30px;
      height: auto;
  }
  .btn-ayuda img{
      margin-bottom: 10px;
  }
  .btn-ayuda p{
      margin-bottom: 0;
      text-align: center;
      padding-left: 0;
      font-size: 14px;
  }
  .mod_ingreso p.bajada-titl-vig{
      font-size: 16px;
      line-height: 20px;
  }
}
#myModalMensaje .modal-dialog {
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 50%;
  margin: 0 auto;
}
#myModalMensaje p {
font-size:17px !important;
}
.centradomensaje{
padding:35px;

}
.centradomensaje p{
font-size:13px;
}
.buttondivmensaje2{
text-align:center;
}
/*.ia-head-form,.ia-caida-form > h1 {
 padding: 10px 0px;
 text-align: center;
 color: #348fff;
 font-weight: bold;
 font-size: 25px;
  padding-left: 13px;
}*/
/*align*/
.txt-center{
  text-align: center;
}
/*Padding*/
.p-50{
  padding: 50px;
}
.p-40{
  padding: 50px;
}
.plr-50{
  padding: 0 50px;
}
.p-30{
  padding: 30px;
}

.p-20a{
padding: 20px;
bottom:20px
}

.p-10{ font-size:10px;
}

.parr16{

font-size:16px;
}

/*bg*/
.bg-green-achs{
  background-color: #348fff;
}
.tituloachsverdeachs{
color:#348fff !important;
font-weight:600 !important;

}
.bg-green{
  background-color: #F3F3F2;
}
.bg-lightblue{
  /*background-color: #E0F3F2;*/
  background-color:#F3F3F2 !important;
}
/*colores*/
.green01,.txt-green{
  color: #348fff !important;
  font-weight:600 !important;

}
.tit-form{

margin-left:10%;
}

.txt-gris{
color:#4a4a4a !important;
font-weight:600 !important;
}
.white{
  color: #ffffff !important;
}
/*font*/
.bajada{
  font-size: 16px !important;
  line-height:22px !important;
  
}
.bajada a{
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.bajada a:hover{
opacity: 0.8;
}
/*box01*/
.box-img img{
  width: 100%;

}
/*box02*/
#box02 h1{
  font-size: 25px;
  margin-bottom: 20px;
}
/*box03*/
#box03 h1{
  font-size: 25px;
  margin-bottom: 20px;
}
#box03 h4{
  font-size: 16px;
  margin-bottom:20px;
  font-weight: 700;
  line-height:25px;
  margin-top:25px;
}
.img-item-tasa img{
  width: 40%;
}
.btn-achs-ds67 {
  width: 50%;
  background-color: #348fff;
  color: #ffffff;
  padding: 10px;
  transition: 0.3s;
  margin-left:25%;
}
.btn-achs-ds67:hover {
  
  background-color: #002a6c;
  color: #ffffff;
  padding: 10px;
}
/*box05*/
/*timeline*/

h2 {
  margin-bottom: 30px;
  color: #348fff;
  font-weight: 400;
  text-align: center;
}

p.footer {
  margin-bottom: 20px;
  color: #999999;
  font-size: 18px;
  text-align: center;
}

/* -----------------------------------------------
* Timeline
* --------------------------------------------- */
.timeline {
  list-style: none;
  padding: 10px 0;
  position: relative;
  font-weight: 300;
  height: 460px;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content:" ";
  width: 4px;
  background: #002a6c;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  position: relative;
  width: 50%;
  float: left;
  clear: left;
  margin: 30px 0;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before, .timeline > li:after {
  content:" ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: right;
  border: 1px solid #dcdcdc;
  background: #ffffff;
  position: relative;
  min-height: 100px;
  padding: 20px 20px;
  width: 320px;
  border-radius: 5px;
  margin-right: 80px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #dcdcdc;
  border-right: 0 solid #dcdcdc;
  border-bottom: 15px solid transparent;
  content:" ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 14px solid transparent;
  content:" ";
}
.timeline > li > .timeline-badge {
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -30px;
  z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
  margin-left: 80px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #ffffff !important;
}
.timeline-badge a:hover {
  color: #dcdcdc !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-heading h4 {
  font-weight: 400;
  padding: 0 15px;
  color: #348fff;
}
.timeline-body > p, .timeline-body > ul {
  padding: 10px 15px;
  margin-bottom: 0;
}
.timeline-footer {
  padding: 5px 15px;
  background-color:#f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
  cursor: pointer;
  text-decoration: none;
}
.timeline > li.timeline-inverted {
  float: right;
  clear: right;
}
.timeline > li:nth-child(2) {
  margin-top: 120px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -30px;
}
.no-float {
  float: none !important;
}
.badge-date{
  border-radius: 50%;
  padding: 0;
  text-align: center;
  width: 60px;
  height: 60px;
}
.badge-date span{
  font-size: 18px;
  display: block;
  height: 24px;
  line-height: 45px;
}
.badge-date small{
  font-size: 14px;
  display: block;
  line-height: 30px;
}
.title-timeline{
  width: 50%;
  margin: 0 auto;
  border-radius: 40px;
  margin-bottom: -10px;
}
.title-timeline h1{
 font-size: 25px;
 font-weight: 500;
 padding: 10px;
}
.mobile{
  display: none;
}

@media (max-width: 767px) {
  ul.timeline:before {
      left: 40px;
  }
  ul.timeline > li {
      margin-bottom: 0px !important;
      position: relative;
      width:100%;
      float: left;
      clear: left;
   
    
  }
  ul.timeline > li > .timeline-panel {
      width: calc(100% - 65px);
      width: -moz-calc(100% - 65px);
      width: -webkit-calc(100% - 65px);
  }
  ul.timeline > li > .timeline-badge {
      left: 11px;
      margin-left: 0;
      top: 16px;
  }
  ul.timeline > li > .timeline-panel {
      float: right;
  }
  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
  .timeline > li.timeline-inverted {
      float: left;
      clear: left;
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-badge {
      left: 11px;
  }
  .p-20{
      padding: 20px !important;
  }
  .p-50{
      padding: 0;
  }
  .title-timeline{
      width: 50%;
      margin: 0 21px -10px;
  }
  .timeline {
      height: 790px;
  }
  .plr-50 {
      padding: 0;
  }
  .timeline > li > .timeline-panel{
      margin-right: -20px;
  }
  .title-timeline h1{
      font-size:19px;
  }
  .desktop{
      display: none;
  }
  .mobile{
      display: block;
  }
  .box-title-timeline h1{
      font-size: 20px;
  }
  .p-40 {
      padding: 50px;
      margin-bottom: 10px;
  }
  .btn-achs-outlines {
      width: 100% !important;
      margin: 22px auto !important;
  }
  .txt-accordion{
      width: 90% !important;
  }
  .panel-default>.panel-heading a:after {
      top: -34px !important;

    }
}

/*box06*/
#box06 h1{
  font-size: 25px;
  margin-bottom: 20px;
}
/*box07*/
.btn-achs-outlines{
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  padding: 13px!important;
  width: 70%!important;
  margin: 20%!important;
  transition: 0.3s!important;

}
.btn-achs-outlines:hover{
  color: #002a6c !important;
  border: 1px solid #ffffff!important;
  padding: 13px!important;
  width: 70%!important;
  margin: 20%!important;
  background: #ffffff!important;
}


/*box08*/
#box08 h1{
  font-size: 25px;
  margin-bottom: 20px;
}

/*box08*/
.panel{
  border: none !important;
}
.panel-body{
  border-top: none !important;
}
.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #348fff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 20px 15px;
  background: #f3f3f2;
  text-decoration: none;
  font-size:14px !important;
  font-weight:600 !important;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: -15px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #348fff;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\e114";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\e113";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}
.txt-accordion{
  width: 95%;
}
.plomobajada{
color:#8A8A8A !important;
}
p{
color:#8A8A8A !important;
}
label{
font-weight:400 !important;
}
.modal-footer {
text-align: center!important;
}
.modal-fondo {
background-color: white;
border-radius: 6px;
padding: 20px;
}
.calipso{
background-color: #348fff !important;
  border-color: none;
  color: white;
}
.aliniandotop{
margin-top: 30px !important;
}
.barra-sumate {
  background-color: #348fff;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 24px;
  align-items: center;
  padding: 11px 0px;
}
/*# sourceMappingURL=estilos-interior.css.map */