* {
  box-sizing: border-box !important;
}

html {
  font-size: 10px;
}

body{
  font-family: 'Roboto', sans-serif;
  color: #8e8f8f;
  background: rgb(255,255,255);

  padding: 0;
  margin: 0;
}

/* BODY INICIO */

/* body 1220px */
.body-tareaProg{
  max-width: 1220px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  margin-bottom: 5rem;
  width:100%;
}

/* Contenedor central: inicio */
.body-tareaProg-contenedor-central{
  margin: 40px  auto 70px auto;
  padding:40px;
  display: flex;
  flex-basis: 100%;
  width: calc( 100% - 100px );
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 15px;
  background: linear-gradient(155deg, #df006e, #df006e, #ad3a9b, #ad3a9b);
}

.body-tareaProg-contenedor-title{
  font-size:24px;
  line-height: 30px;
  font-weight: 400;
  color:#fff;
  text-align: left;
}

.body-tareaProg-contenedor-subtitle{
  font-size:40px;
  font-weight: 500;
  color:#fff;
  line-height: 48px;
  text-align: center;
}

/* Contenedor central: fin */

.tareaProg-contenedor-columnas-body{
  display: flex;
  flex-direction: row;
  width: calc(100% - 100px);
  margin: auto;
  position: relative;
}

/* Columna derecha: comienzo */
.body-tareaProg-columna-der{
  display: flex;
  flex-basis: 86%;
  width: 100%;
  justify-content: center;

}

.contenedor-derecha{
  display: flex;
  width: calc( 100% - 20px );
  margin-left:20px;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  box-shadow: 0px 2px 9px;
  margin-top: -20px;
  margin-bottom: 60px;
}

.firstChild .contenedor-derecha{
  margin-bottom: 60px;
}

.lastChild .contenedor-derecha{
  margin-bottom: 0px;
}

.contenedor-derecha-title {
  padding: 20px;
  border-bottom: 2px solid #adaeac;
  font-size: 24px;
}
.contenedor-derecha-text{
  padding: 20px;
  font-size: 1.5rem;
}

.contenedor-derecha-img{
  display: flex;
  padding: 20px;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 9px;
  box-sizing: border-box;
}

.firstChild .tope-de-linea.tarea-iniciada {
    margin-top: 8px;
}

.destacado{
  color:#fff!important;
  background: rgb(206,207,203);
  background: -moz-linear-gradient(270deg, rgba(206,207,203,1) 0%, rgba(145,146,146,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(206,207,203,1) 0%, rgba(145,146,146,1) 100%);
  background: linear-gradient(270deg, rgba(206,207,203,1) 0%, rgba(145,146,146,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cecfcb",endColorstr="#919292",GradientType=1);
}

/* Columna derecha: fin */

/* Columna izquierda: comienzo */

.tareaProg-contenedor-columnas-body .tope-de-linea:nth-child(1) {
/*  margin-top:20px;*/
}

.body-tareaProg-columna-izq{
  display: flex;
  flex-basis: 14%;
  width: 100%;
  justify-content: space-between;
}

.item-col-izq{
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.item-col-izq .hora{
  flex-basis: 70%;
  color: #df006e;
  font-weight: 500;
  font-size:26px;
  position:absolute;
}

.item-col-izq .dia{
  flex-basis: 70%;
  color:#8e8f8f;
  font-weight: 500;
  font-size:14px;
  position:relative;
}

.item-col-izq .linea-de-tiempo{
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.linea-de-tiempo .linea-vertical{
  min-height: 10px;
  width: calc( 50% - -2px);
  border-right:4px solid;
  height:100%;
}

.linea-vertical.tarea-iniciada{
  border-color:#7b828c;
}

.linea-de-tiempo .tope-de-linea{
  width:20px;
  height:20px;
  margin: 0px auto 0;
  min-height: 20px;
}

.linea-vertical.tarea-en-curso{
  border-color:#7b828c;
}

.linea-vertical.tarea-finalizada{
  display: none;
}

.tope-de-linea.tarea-iniciada{
  color: #df006e;
  background-color: #df006e;
  border-radius: 50%;
}

.tope-de-linea.tarea-en-curso{
  color: #df006e;
  background-color: #fff;
  border-radius: 50%;
  border: 4px solid #df006e;
}

.tope-de-linea.tarea-finalizada {
    font-family: 'material-icons';
    padding: 0;
    width: 30px;
    height: 30px;
}

.tope-de-linea.tarea-finalizada span {
    font-size: 36px;
    margin-left: -3px;
    margin-top: -3px;
    color: #df006e;
}

.body-tareaProg-contenedor-title a {
    text-decoration: unset;
    color: white;
    background-color: #09aa09;
    padding: 0.2rem 0.9rem;
    border-radius: 1.5rem;
}

.body-tareaProg-contenedor-title a:hover {
    opacity: .8;
}

/* Columna izquierda: fin */


/* BODY FINAL */


/* CAROUSEL IMAGENES INICIO*/

.contenedor_carousel_custom {
  position: relative;
  width: 100%;
}
.carousel_custom {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel_custom_inner {
  display: flex;
  flex-direction: row;
  width: max-content;
}
.carousel_custom_item {
  width: 100%;
  position: relative;
}

.carousel_custom_item .imagenes_nota {
  position: relative;
  object-fit: contain;
  object-position: center;
  width: 10px;
}

.contenedor_carousel_custom .carousel_custom_control {
  font-size: 1.5rem;
  line-height: 1.2rem;
  font-weight: bold;
  height: max-content;
  width: max-content;
  color: white !important;
  position: absolute;
  top: calc(50% - 1.5rem);
  border-radius: 100%;
  background-color: black;
  cursor: pointer;
  opacity: 0.7;
  user-select: none;
  font-family: cursive;
}

.contenedor_carousel_custom .carousel_custom_control.izquierda {
  font-size: 1.6rem;
  left: -1rem;
  padding: 0.05rem 0.4rem 0.4rem 0.3rem;
}
.contenedor_carousel_custom .carousel_custom_control.derecha {
  right: -1rem;
  padding: 0.05rem 0.3rem 0.4rem 0.4rem;
}
.contenedor_carousel_custom .carousel_custom_control:not(.desplazamiento_desactivado):hover {
  opacity: 1 !important;
}
.contenedor_carousel_custom .carousel_custom_control.desplazamiento_desactivado {
  opacity: .3;
  cursor: auto;
}
.oculto{
   display: none !important;
}

/* CAROUSEL IMAGENES FIN */

.mostrarProximaActualizacion {
  font-weight: bold;
  font-size: 1.5rem;
  text-transform: uppercase;
}

/* HEADER INICIO */

.header {
  position: relative;
  width: 100%;
  height: 7rem;
  padding: 1rem 1rem;
  background-color: #edf4fc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: solid .1rem #a1a1a1;
}


.header .columna_1 {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  overflow: hidden;
  align-items: flex-end;
}
.header .columna_1.derecha {
  gap: 2.5rem !important;
}
.header .columna_1 .logo {
  position: relative;
  width: max-content;
  height: max-content;
  padding-right: 2rem;
}
.header .columna_1 .logo a {
  display: block;
  font-size: 1.6rem;
  text-decoration: unset;
  color: #79838e;
}
.header .columna_1 .logo.home {
  min-width: 11rem;
}
.header .columna_1 .logo a:hover {
  color: #df006e !important;
}
.header .columna_1 .logo a.activo {
  color: #df006e !important;
}
.header .columna_1 .logo.empresas a:hover {
  color: #398aff !important;
}
.header .columna_1 .logo.empresas a.activo {
  color: #398aff !important;
}
.header .columna_1 .logo.home a:hover {
  opacity: 0.5;
}
.header .columna_1.izquierda .logo.home img {
  width: 100%;
  height: 100%;
  max-height: calc(7rem - 2*1rem);
  object-fit: contain;
}
.header-text-links {
  font-size: 1.5rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  line-height: 2.7rem;
  word-spacing: 0.4rem;
}

.header-text-links a {
  color: #79838e;
  text-decoration: unset;
}
.header-text-links a:hover {
  color: #df006e !important;
}

.contenedorImagenHover .imagenNoHover{
  display: block;
  width: 2.4rem;
}
.contenedorImagenHover .imagenHover{
  display: none;
  width: 2.4rem;
}
.contenedorImagenHover:hover .imagenNoHover{
  display: none;
}
.contenedorImagenHover:hover .imagenHover{
  display: block;
}
.wpp .contenedorImagenHover {
  display: block;
  padding: 0.6rem;
  background-color: #909090;
  border-radius: 100%;
}
.wpp .contenedorImagenHover:hover {
  background-color: #09aa09;
}

/* HEADER FIN */

/* FOOTER INICIO */

.footer {
  position: absolute;
  width: 100%;
  height: max-content;
}
.footer a:hover {
  text-decoration: none;
  color: white;
}
.footerlogos {
  background-color: #edf4fc;
  width: 100%;
  margin: auto;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.footermain {
  background-color: #7b828c;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.footermain.fg_restrained {
  padding: 2rem 8rem;
  padding-top: 4rem;
  color: #fff;
}

.footer_fourthSegment {
  display: flex;
  flex-direction: column;
  margin-top: 2.5rem;
}
.footer_fourthSegment:last-child {
  gap: 1.5rem;
}
.footer_fourthSegment.logoContainer {
  margin-top: 1.1rem;
}

.footermainDivider {
  height: .1rem;
  background-color: #fff;
  width: 100%;
  margin: 0 5%;
}

.footer_img_container.logo {
  margin-bottom: 2rem;
}

.rrssLnk:hover {
  opacity: .75;
}

a.footer-text-links {
  font-size: 1.5rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  line-height: 2.4rem;
  word-spacing: .3rem;
  letter-spacing: .05rem;
}

body.body_hogar a.footer-text-links:hover {
  text-decoration: underline;
}
body.body_empresas a.footer-text-links:hover {
  color: #398aff !important;
}

.button-footer-grey {
  height: 3.5rem;
  line-height: 3rem;
  background-color: white;
  border: none;
  border-radius: 2.2rem;
  font-size: 1.5rem;
  color: #79838e;
  padding: .3rem 2rem 2rem 2rem;
  text-align: center;
  text-decoration: none;
  word-spacing: .3rem;
  letter-spacing: .1rem;
  display: inline-block;
  width: 25rem;
}
.button-footer-grey:hover {
  color: white;
}
body.body_hogar .button-footer-grey:hover {
  background-color: #df006e;
}
body.body_empresas .button-footer-grey:hover {
  background-color: #398aff;
}
.ft_txt_links-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-right: 1rem;
}

.ft_txt_links-item {
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  height: auto;
  line-height: 1.8rem;
}

.ft_txt_links-item.copyright{
  font-weight: 500;
}

.ft_txt_links-item.especial {
  max-width: 55rem;
}

.ft_txt_links-item a {
  color: white;
}

.afipContainer {
  display: flex;
  gap: 1.5rem;
}

body.body_hogar .ft_txt_links-item a:hover {
  text-decoration: underline;
}
body.body_empresas .ft_txt_links-item a:hover {
  color: #398aff;
}


.ft_txt_links-container:first-child {padding-right: 1rem;}

.ft_txt_links-container:nth-child(2) .ft_txt_links-item {
  line-height: 2.8rem;
}

.address1 {
  margin: 4rem auto 2rem;
  color: #fff;
  font-size: 1.2rem;
  flex-basis: 100%;
  text-align: center;
}

/* FOOTER FIN */

#modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#modal img {
  max-width: 90%;
  max-height: 90%;
  border: 4px solid white;
  box-shadow: 0 0 20px black;
}


/* RESPONSIVE QUERIES INICIO */


/* tablet large */
@media (max-width: 1220px) {
  .body-tareaProg-contenedor-central{
    /* margin:60px  15px 60px; */
    width: calc( 100% - 100px );
  }

  .body-tareaProg-columna-der {
    width: 90%;
}
}

/* tablet medium */
@media (max-width: 1024px) {
  .header-tareaProg{
    height:auto;
    min-height: 20vh;
    align-items: flex-start;
  }

  .header-tareaProg-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding:10px 10px;
  }
  .header-tareaProg-title {
    font-size: 18px;
    text-align: center;
  }

  .header-tareaProg-separador {
    height: 10px;
  }


}

/* tablet low */
@media (max-width: 800px) {
  .item-col-izq .hora {
    flex-basis: 70%;
    color: #df006e;
    font-weight: 500;
    font-size: 22px;
  }

  .body-tareaProg-columna-der {
      WIDTH: 80%;
  }

  .firstChild .tope-de-linea.tarea-iniciada {
    margin-top: 3px;
  }
}
@media (max-width: 700px) {
  .linea-de-tiempo .tope-de-linea {
    width: 15px;
    height: 15px;
    margin: 0px auto 0;
    min-height: 15px;
  }
  .firstChild .tope-de-linea.tarea-iniciada {
    margin-top: 5px;
  }
  .tope-de-linea.tarea-finalizada span {
    font-size: 28px;
    margin-left: -6px;
    margin-top: -3px;
  }
}

@media (max-width: 601px) {
  .item-col-izq .hora {
    margin-right: 10px;
  }
  .tope-de-linea.tarea-iniciada {
    margin-left: 5px!important;
  }
  .linea-vertical.tarea-iniciada {
    margin-left: 2px;
  }
  .tope-de-linea.tarea-finalizada span {
    font-size: 28px;
    margin-left: -3px;
    margin-top: -3px;
  }
}

/* celular gama alta */
@media (max-width: 501px) {

  .header-tareaProg{
    height:auto;
    min-height: 20vh;
    align-items: flex-start;
  }

  .header-tareaProg-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding:20px 10px;
  }

  .body-tareaProg-contenedor-central{
    margin:30px  10px 60px;
    padding:20px 10px;
    width: calc(100% - 40px);

  }

  .body-tareaProg-contenedor-title{
    font-size:16px;
    font-weight: 400;
  }

  .body-tareaProg-contenedor-subtitle{
    font-size:28px;
    font-weight: 500;
      line-height: 30px;
  }

  .item-col-izq .hora {
    flex-basis: 70%;
    font-weight: 500;
    font-size: 16px;
    margin: 0px 2px;
  }
  .linea-de-tiempo .tope-de-linea {
    width: 12px;
    height: 12px;
    margin: 0px auto 0;
    min-height: 12px;
  }
  .contenedor-derecha {
    display: flex;
    width: calc( 100% - 20px );
    margin-left: 0px;
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    flex-direction: column;
    width: calc(90% - 40px);
    box-shadow: 0px 2px 9px;
  }
  .body-tareaProg-columna-izq {
    display: flex;
    margin-left: 10px;
    flex-basis: 14%;
    width: 100%;
  }

  .tope-de-linea.tarea-iniciada {
    margin-left: 4px;
  }
  .linea-vertical.tarea-iniciada {
    margin-left: 3px;
  }
  .lastChild .linea-de-tiempo {
    margin-right: -1px;
    margin-left: 1px;
  }
  .contenedor-derecha-title {
    padding: 14px 20px 10px;
  }

  .tope-de-linea.tarea-finalizada span {
    font-size: 25px;
    margin-left: -4px;
    margin-top: -3px;
  }

  .item-col-izq .hora {
    flex-basis: 70%;
    font-weight: 500;
    font-size: 16px;
    margin: 0px 6px 0;
  }

  .item-col-izq .dia {
    font-size: 1.2rem;
    position: absolute;
    right: 3rem;
    top: -1rem;
  }

  .item-col-izq .dia .hora {
      font-size: 1.8rem;
  }

  .tareaProg-contenedor-columnas-body {
      width: 100%;
      padding: 0 2rem;
      padding-right: 0;
  }

  .body-tareaProg-contenedor-central {
      width: calc(100% - 2rem);
  }

  .columna_1.derecha {
      display: none;
  }

  .header .columna_1 .logo a {
      min-width: unset;
  }

  .body-tareaProg-columna-der {
      flex-basis: 96%;
  }

  .body-tareaProg-columna-izq {
      flex-basis: 4%;
  }

  .body-tareaProg-columna-der .contenedor-derecha {
      width: 93%;
  }

  .item-col-izq .dia .hora {
      font-size: 1.4rem;
      margin: 0;
      right: 0rem;
  }

  .firstChild .body-tareaProg-columna-izq {
      margin-left: 5px;
  }

  .lastChild .body-tareaProg-columna-izq {
      margin-left: 9px;
  }

  .contenedor-derecha-text {
      font-size: 1.4rem;
  }

  .contenedor-derecha-text.mostrarProximaActualizacion {
      font-size: 0.9rem;
  }

}

/* celular gama baja */
@media (max-width: 400px) {
  .tareaProg-contenedor-columnas-body {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .contenedor-derecha-title {
    padding: 12px 20px 10px;
    border-bottom: 2px solid #adaeac;
    font-size: 20px;
  }
  .tope-de-linea.tarea-finalizada span {
    font-size: 22px;
    margin-left: -2px;
    margin-top: -3px;
  }
}

/* RESPONSIVE QUERIES FINAL */

