@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////////IMAGENES1///////////////////////////////////////////////////////////*/
.imagenes1 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(56, 151, 66, 0.2);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes1 {
  overflow: auto;
}
.imagenes1[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes1[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes1::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #1eff00;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.imagenes1:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes1 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes1 > .wrap::before, .imagenes1 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(5, 255, 17);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgb(73, 127, 79) 20%, transparent);
}
.imagenes1 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes1 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes1 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes1 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes1 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/*///////////////////////////////////////////////////////////////////////////IMAGENES2///////////////////////////////////////////////////////////*/
.imagenes2 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(23, 42, 217, 0.2);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes2 {
  overflow: auto;
}
.imagenes2[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes2[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes2::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #0d09e6;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.imagenes2:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes2 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes2 > .wrap::before, .imagenes2 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(5, 105, 255);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgb(11, 28, 155) 20%, transparent);
}
.imagenes2 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes2 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes2 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes2 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes2 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/*///////////////////////////////////////////////////////////////////////////IMAGENES3///////////////////////////////////////////////////////////*/
.imagenes3 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(23, 42, 217, 0.2);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes3 {
  overflow: auto;
}
.imagenes3[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes3[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes3::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #0d09e6;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.imagenes3:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes3 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes3 > .wrap::before, .imagenes3 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(5, 105, 255);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgb(37, 105, 223) 20%, transparent);
}
.imagenes3 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes3 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes3 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes3 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes3 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/*///////////////////////////////////////////////////////////////////////////IMAGENES4///////////////////////////////////////////////////////////*/
.imagenes4 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(75, 23, 217, 0.2);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes4 {
  overflow: auto;
}
.imagenes4[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes4[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes4::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #7009e6;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.imagenes4:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes4 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes4 > .wrap::before, .imagenes4 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(138, 5, 255);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgb(80, 21, 140) 20%, transparent);
}
.imagenes4 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes4 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes4 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes4 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes4 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/*///////////////////////////////////////////////////////////////////////////IMAGENES5///////////////////////////////////////////////////////////*/
.imagenes5 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(39, 172, 30, 0.156);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes5 {
  overflow: auto;
}
.imagenes5[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes5[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes5::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #026c22;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.imagenes5:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes5 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes5 > .wrap::before, .imagenes5 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(4, 151, 33);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgb(10, 70, 15) 20%, transparent);
}
.imagenes5 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes5 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes5 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes5 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes5 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/*///////////////////////////////////////////////////////////////////////////IMAGENES6///////////////////////////////////////////////////////////*/
.imagenes6 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(172, 111, 30, 0.156);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes6 {
  overflow: auto;
}
.imagenes6[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes6[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes6::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #ff9d00;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
}
.imagenes6:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes6 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes6 > .wrap::before, .imagenes6 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(255, 173, 42);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgba(255, 173, 42, 0.258) 20%, transparent);
}
.imagenes6 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes6 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes6 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes6 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes6 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}
/*///////////////////////////////////////////////////////////////////////////IMAGENES7///////////////////////////////////////////////////////////*/
.imagenes7 {
  display: block;
  font-size: 0;
  border-radius: 8px;
  padding: 3%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  /*background: rgba(1, 245, 253, 0.156);*/
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
  /* for tablets */
}
.touch .imagenes7 {
  overflow: auto;
}
.imagenes7[data-at*=left] > .wrap::before {
  opacity: 1;
  text-indent: -50px;
}
.imagenes7[data-at*=right] > .wrap::after {
  opacity: 1;
  text-indent: -50px;
}
.imagenes7::after {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 4;
  bottom: -14px;
  left: 0;
  background: #00a4c5;
  height: 4px;
  border-radius: 4px;
  opacity: 0;
  width: var(--scrollWidth, 0);
  left: var(--scrollLleft, 0);
  transition: opacity 0.2s, bottom 0.2s;
  border: none;
}
.imagenes7:hover::after {
  opacity: 1;
  bottom: 7%;
}
.imagenes7 > .wrap {
  overflow: hidden;
  border-radius: 4px;
}
.imagenes7 > .wrap::before, .imagenes7 > .wrap::after {
  content: "‹";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  width: 5%;
  font-size: 80px;
  text-indent: -30px;
  line-height: 200px;
  font-family: url(Montserrat-font/Montserrat-Regular.ttf);
  color: rgb(6, 147, 149);
  font-weight: bold;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.2s ease-out;
  background: linear-gradient(to right, rgb(10, 61, 70) 20%, transparent);
}
.imagenes7 > .wrap::after {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
.imagenes7 > .wrap > ul {
  list-style: none;
  white-space: nowrap;
  height: 380px;
}
.imagenes7 > .wrap > ul > li {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  transition: 0.25s ease-out;
}
.imagenes7 > .wrap > ul > li:first-child {
  margin: 0;
}
.imagenes7 > .wrap > ul > li > img {
  display: block;
  height: 100%;
  margin: auto;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
  transition: 1s ease;
}