/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
.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: #13C045;
  font-size: 1.538rem;
  margin: 0 0 1rem;
  font-weight: bold;
}

.c-interior h1.titulo:after {
  content: "";
  height: .55rem;
  width: 5.6rem;
  background: #31945A;
  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: #13C045;
  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: #F4F4F4;
}

.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: #F4F4F4;
  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: #13C045;
}

.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: #13C045;
  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: #13C045;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F4F4F4;
  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: #F4F4F4;
  padding: 1rem 1rem;
  margin-bottom: .4rem;
}

.metas .item-meta span {
  font-weight: bold;
  color: #31945A;
}

/*--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: #13C045;
  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: #31945A;
  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: #13C045;
  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 #13C045;
  margin-right: .5rem;
}

.paginador a.pag-nav.pag-nav-right {
  border-left: 2px solid #13C045;
  margin-left: .5rem;
}

.paginador a.current {
  background: #13C045;
  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 #13C045;
  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 #f4f4f4;
}

.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 #f4f4f4;
}

.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: #31945A;
}

.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: #13C045;
  border-radius: 50%;
  position: absolute;
  display: block;
  left: 0;
  top: .2rem;
}

.wrap-tabla table tbody tr:nth-child(even) {
  background: #F4F4F4;
}

.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: #13C045;
  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: #81D877;
  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: #13C045;
  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: #13C045;
  width: auto;
  padding: .6rem 1rem .5rem;
  text-align: center;
  max-width: 100%;
  border-radius: .2rem;
}

.box-denuncia a:hover {
  background: #2b814e;
}

.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: #81D877;
  padding: .4rem 1rem;
  display: inline-block;
  width: 5.5rem;
  border-radius: .2rem;
  text-align: center;
}

.item-mas-info a:hover {
  background: #007f79;
}

/*--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;
}

.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: #13C045;
  top: 0;
  left: 0;
  border-radius: 2px;
}

.pasos ul li a {
  font-size: .65rem;
  display: inline-block;
  font-weight: 500;
  margin-top: .8rem;
  color: #13C045;
  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 #f4f4f4;
  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: #31945A;
  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: #13C045;
  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 #f4f4f4;
  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: #13C045;
  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: #13C045;
  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: #13C045;
  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: #13C045;
}

.subhome-nosotros .menu-lateral a:hover i {
  color: #13C045;
}

.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: #13C045;
  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: #81D877;
}

.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: #13C045;
  padding: .5rem 2rem;
  border-radius: .2rem;
  width: 10rem;
  max-width: 100%;
}

.valores .w-valores .box-boton a:hover {
  background: #006128;
}

.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: #13C045;
  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: #00561D;
}

.historia-marco .box-historia a {
  background: #81D877;
}

.historia-marco .box-marco {
  background: #00561D;
}

.historia-marco .box-marco a {
  background: #81D877;
}

.historia-marco .box-certifica {
  background: #59C2BC;
}

.historia-marco .box-certifica a {
  background: #005D26;
}

.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: #81D877;
  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: #13C045;
  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: #13C045;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.material .box-material a.btn:hover {
  background: #006128;
}

.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: #13C045;
  width: 8rem;
}

.material .ver-todo:hover {
  background: #006128;
}

.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: #025424;
  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: #025424;
  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: #13C045;
  display: inline-block;
  color: #fff;
  padding: .5rem 1rem;
  border-radius: .2rem;
  margin-top: 1rem;
}

.banner-empresas .noticias-empresas .item-noticia .texto a:hover {
  background: #006128;
}

.banner-empresas .noticias-empresas .ver-todas {
  font-size: .8rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #13C045;
  display: inline-block;
  color: #13C045;
  padding: .5rem 1rem;
  border-radius: .2rem;
  margin-top: 1rem;
  width: 8rem;
}

.banner-empresas .noticias-empresas .ver-todas:hover {
  background: #31945A;
  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: #F4F4F4;
}

.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: #13C045;
  width: 8rem;
  padding: .5rem 1rem;
  border-radius: .2rem;
  display: inline-block;
  margin-top: 4rem;
}

.accidente .ver-todo:hover {
  background: #006128;
}

.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: #F4F4F4;
  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: #81D877;
  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: #93d7d3;
}

.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: #13C045;
  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: #13C045;
  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: #13C045;
  -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: #13C045;
  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: #81D877;
}

@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: #81D877;
  -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: #13C045;
  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: #f4f4f4;
  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: #f4f4f4;
  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 #81D877;
  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, #81D877));
  background-image: linear-gradient(to right, transparent 50%, #81D877 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: #81D877;
  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: #81D877;
  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: #f4f4f4;
}

@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: #13C045;
}

.contacto-equipo .equi p {
  font-size: .8rem;
  line-height: 1.3;
}

.contacto-equipo .equi p a {
  color: #13C045;
  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: #13C045;
  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: #f4f4f4;
}

@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: #13C045;
  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: #f4f4f4;
}

.que-es-ds h2 {
  font-size: 1.5rem;
  margin: 0 0 2rem;
  text-align: center;
  color: #13C045;
}

.que-es-ds p {
  font-size: .8rem;
  color: #4A4A4A;
}

.rebaja {
  text-align: center;
  padding: 3rem 0;
}

.rebaja h3 {
  margin: 0 0 .75rem;
  color: #13C045;
  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: #13C045;
  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: #f4f4f4;
  padding: 3rem 0;
}

.ingresa-datos h4 {
  color: #13C045;
  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: #13C045;
  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: #f4f4f4;
  padding: 3rem 0;
  text-align: center;
}

.hitos h3 {
  font-size: 1.35rem;
  color: #fff;
  font-weight: bold;
  background: #13C045;
  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: #13C045;
}

.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: #13C045;
  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: #13C045;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.calcula-tasa {
  background: #13C045;
  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: #13C045;
  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: #f4f4f4;
  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: #13C045;
  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: #31945A;
  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: #13C045;
  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: #13C045;
}

.c-interior.que-es ul li a {
  color: #373737;
}

.c-interior.que-es ul li a:hover {
  text-decoration: underline;
  color: #13C045;
}

.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: #f4f4f4;
    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: #f4f4f4;
    -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: #31945A;
  border-color: #31945A;
}

.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: #F4F4F4;
  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: #F4F4F4;
  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: #13C045;
  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: #31945A;
  border-bottom: 1px solid #31945A;
}

.ac-default.ac-ejes .item-ac button.activo:after {
  color: #31945A;
}

.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 #32945B !important;
}
/*# sourceMappingURL=estilos-interior.css.map */