
section.novedades{
}
h3.titulo-seccion{
  text-align: center;
  margin-top: 10vh;
  margin-bottom: 10vh;
}
.caja-texto{
  padding-left: 5%;
  padding-right: 5%;
  font-weight: 600;
  /* text-align: center; */
}
div.cajas{
  display: flex;
  flex-wrap: wrap;
  justify-content:;
}

div.caja{
  height: 100%;
  /* background-color: #e9ebea; */
  padding: 1%;
  border: 5px solid ghostwhite;
  background-color: ghostwhite;
}


div.primerTestimonio{
  padding: 0px;
  height: 400px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}

div.cajaInterior{
  display: flex;
  align-items: center;
}

div.segundoTestimonio{
  background-color: #1b1b1b;
  border: 5px solid #1b1b1b;
  height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}

div.segundoTestimonio>div.cajaInterior{
  height: -webkit-fill-available;
}

div.segundoTestimonio>div.segunda{
  height: -webkit-fill-available;
  width:80%
}

div.segundoTestimonio > div{
  background-color: #1b1b1b;
  border: 5px solid #1b1b1b;
}

div.tercerTestimonio{
  background-color: ghostwhite;
  border: 5px solid ghostwhite;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 30px 0px;
}




div.dentro-caja{
  width: -webkit-fill-available;
}

img.imagen-caja{
  width: 100%;
  height: 100%;
}


/* COUNTDOWN */
div.countdown-container{
  position: absolute;
  min-width: 33.33%;
  left: 33.33%;
  top:88%;
  z-index: 100;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
}
div.borde{
  width: 96%;
  padding-bottom: 2vh;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  background-color: #f6f6f6;
}
div.flex-countdown{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 20%;
  margin-right:20%;
  max-width: 60%;
}
p.el-cruce-comienza{
  padding-top: 2vh;
  text-align: center;
  color: #1a76cc;
  font-weight: bold;
  font-size: 1vw;
}
p.valor{
  text-align: center;
  width: 25%;
  font-size: 0.8vw;
}
p.numero{
  font-size: 1.5vw;
}
/* FIN COUNTDOWN */

.link-caja{
  color: #000000;
}
.link-caja:hover{
  color: #000000;
}

div.fondo{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
div.primera{
  background-image: url('/images/home/Holly_Page.jfif');
}
div.segunda{
  background-image: url('/images/home/JoseVirginiodeMorais.jpeg');
}
div.tercera{
  background-image: url('/images/home/Jorge_Lincovsky_2.jpg');
}
div.terceraDos{
  background-image: url('/images/home/Jorge_Lincovsky.jpg');
}
div.cuarta{
  background-image: url('/images/home/campamento.jpg');
}
div.quinta{
  background-image: url('/images/home/i5e3.jpg');
}
div.sexta{
  background-image: url('/images/home/paisaje.jpg');
}


@media (max-width:1000px){
  div.countdown-container{
    left: 25%;
    width: 50%;
  }
  div.flex-countdown{
  max-width: 80%;
  }
  div.caja{
    width: 100%;
  }
  p.valor{
    font-size: 1vw;
  }
  p.numero{
    font-size: 1.5vw;
  }
}
@media(max-width: 750px){
  .slide-titulo{
    font-size: 6vw;
  }
  .slide-texto{
    font-size: 4vw;
  }
  div.countdown-container{
    position: relative;
    width: 80%;
    left: 10%;
  }
  div.flex-countdown{
    width: 80%;
    margin-left: 10%;
  }

  p.el-cruce-comienza{
  font-size: 3.5vw;
  }
  p.valor{
    font-size: 2.5vw;
  }
  p.numero{
    font-size: 5vw;
  }

  div.caja {

  }

  .dentro-caja{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
    font-size: 12px;
  }

  div.cajaInterior{
    display: flex;
    align-items: center;
  }
}
