/*Menu AGREGAR CSS AL FINAL*/
.mainHeader .mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader .mainMenu__items {
  position: relative;
  z-index: 1;
}

.mainHeader .mainMenu__link {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
  font-family: "Oswald";
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

@keyframes hide-elements{
    from {
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

.mainHeader .mainMenu__link.active, .mainHeader .mainMenu__link:hover {
  background-color: #fff;
  color: #000;
}

.mainHeader .mainMenu__search {
  color: #fff;
  font-weight: 700;
  padding: 4px 15px;
}

.mainHeader .mainMenu__search:hover {
  background-color: #fff;
  color: #000;
}

.mainHeader .mainDrop {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 180px;
  padding: 15px 10px;
  border: 1px solid #e8e8e8;
  border-top: none;
  display: none;
}

.mainHeader .mainDrop a {
  display: block;
  font-family: "Oswald";
  font-size: 18px;
  line-height: 21.6px;
  font-weight: 200;
  color: #6a6a6a;
  padding: 5px 0;
}

.mainHeader .mainDrop a:hover {
  color: #000000;
  font-weight: 400;
}

/*.mainHeader__noLogin .mainMenu__link {*/
/*  color: #000;*/
/*}*/
.mainHeader__noLogin .mainMenu__link {
  color: #fff;
}

.mainHeader__noLogin .mainMenu__link.active, .mainHeader__noLogin .mainMenu__link:hover {
  background-color: #000;
  color: #fff;
}

.mainHeader__noLogin .mainDrop {
  background-color: #000;
  border: 1px solid #000;
}

.mainHeader__noLogin .mainDrop a {
  color: #fff;
}

.mainHeader__noLogin .mainDrop a:hover {
  color: #00ff00;
  font-weight: 400;
}

.mainHeader__login, .mainHeader__registro {
  padding: 10px;
  font-family: Oswald;
  font-weight: 700;
  border: 1px solid currentColor;
  min-width: 125px;
  text-align: center;
}

.mainHeader__registro {
  border-color: #00ff00;
}

.mainSearchDrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}

.mainSearchDrop .inputSkin, .mainSearchDrop .inputSkin input {
  height: 100%;
}

.mainSearchDrop .output {
  background-color: #fff;
  border-top: 1px solid #fafafa;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mainSearchDrop .output_item {
  padding: 15px;
}

/*.mainLoginDrop {*/
/*  position: fixed;*/
/*  top: 50.22px;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  padding: 15px 0;*/
/*  background-color: #fff;*/
/*  display: none;*/
/*}*/

.mainMenu__login--img img {
  border-radius: 50%;
  height: 45px;
  width: 45px;
}

.mainDashboard__nav li {
  padding: 10px 0;
  padding-left: 16.75%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainDashboard__nav li a {
  display: block;
}

.mainDashboard__nav li.active, .mainDashboard__nav li:hover {
  background-color: lime;
}

.mainDashboard .mycurrentgutter-0 {
  padding-left: 0;
}

/*Fin menu*/
/*Imagen Mask*/
.mainSomos__img img {
  width: 90%;
}
/*.mainSomos_align{*/
/*    display: flex;*/
/*    align-items: flex-start !important;*/
/*}*/
/*Fin imagen mask*/
/*Paginador*/
.pagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.pagList li {
  padding: 0 8px;
}

.pagList li a {
  color: #c3c3c3;
  font-size: 14px;
  font-weight: 700;
}

.pagList li.active a {
  display: inline-block;
  color: #000;
  padding: 0 5px;
  font-weight: 400;
  border-bottom: 5px solid #00ff00;
}

/*Fin Paginador*/
/*Metodo Somos*/
.mainMetodo__item .top-lime-xs::before {
  width: 10%;
}

.mainMetodo__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.mainMetodo__item:nth-child(even) p {
  text-align: right;
}

.mainMetodo__item:nth-child(even) .top-lime-xs::before {
  margin-left: auto;
}

.mainMetodo__img img {
  max-width: 300px;
  width: 75%;
}

.mainTrazado__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mainTrazado__list:first-child {
  margin-bottom: 40px;
}

.mainTrazado__list:first-child .mainTrazado__trazado {
  padding-top: 30%;
  margin-top: -50px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.mainTrazado__list:first-child .mainTrazado__img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.mainTrazado__list:nth-child(2) .mainTrazado__trazado {
  /*padding-top: 100%;*/
  padding-top: 80%;
}

.mainTrazado__list:last-child .mainTrazado__trazado {
  /*padding-top: 100%;*/
  padding-top: 80%;
}

/*.mainTrazado__img img {*/
/*  width: 50%;*/
/*}*/

.mainTrazado__trazado {
  position: relative;
  margin: 0 15px;
}
.mainTrazado__list:nth-child(2) .mainTrazado__img {
    text-align: right;
}
.mainTrazado__list:last-child .mainTrazado__img{
    margin-bottom: 30px;
}
/*Pagos*/
.mainPagosEdit .inputSkin input {
  border: 1px solid #a3a3a3;
}

.mainPagosEdit .selectSkin {
  margin-right: 20px;
}

.mainPagosEdit .selectSkin select {
  padding: 10px 0;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #000;
}

.checkSkin-label img {
  width: 41px;
  margin-right: 10px;
}

input[type="checkbox"].switch_1 {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 60px;
  height: 30px;
  background-color: #ddd;
  border-radius: 3em;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
  background-color: #000;
}

input[type="checkbox"].switch_1:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #00ff00;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
  left: calc(100% - 30px);
}

.mainBeneficios__img {
  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;
  min-height: 90px;
}

.mainTipoP__box {
  margin-right: 7px;
}

.mainTipoP__box .checkSkin-box {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainTipoP__box input:checked + .checkSkin-box {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 8px solid #00ff00;
  border-bottom: 8px solid #00ff00;
}

/*.mainRangeSelection {*/
  /*Thumb*/
  /*Track*/
/*}*/

.mainRangeSelection .range {
  position: relative;
  width: 100%;
  height: 5px;
}

.mainRangeSelection .range input {
  width: 100%;
  position: absolute;
  top: 2px;
  height: 0;
  -webkit-appearance: none;
}

.mainRangeSelection .range input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -5px 0  0;
  border-radius: 50%;
  background-color: #00ff00;
  cursor: pointer;
  border: 0 !important;
  display: none;
}

.mainRangeSelection .range input::-moz-range-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -5px 0  0;
  border-radius: 50%;
  background-color: #00ff00;
  cursor: pointer;
  border: 0 !important;
  display: none;
}

.mainRangeSelection .range input::-ms-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: -5px 0  0;
  border-radius: 50%;
  background-color: #00ff00;
  cursor: pointer;
  border: 0 !important;
  display: none;
}

.mainRangeSelection .range input::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: #a3a3a3;
}

.mainRangeSelection .range input::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: #a3a3a3;
}

.mainRangeSelection .range input::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background-color: #a3a3a3;
}

.mainRangeSelection .range input:focus {
  background: none;
  outline: none;
}

.mainRangeSelection .range input::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.mainRangeSelection .range-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.mainRangeSelection .range-labels li {
    position: relative;
    /*-ms-flex-preferred-size: 12.5%;*/
      /*flex-basis: 12.5%;*/
    -ms-flex-preferred-size: 14.285%;
    flex-basis: 14.285%;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
    cursor: pointer;
}

.mainRangeSelection .range-labels li::before {
  content: "";
  position: absolute;
  top: -42px;
  right: 0;
  width: 6px;
  height: 30px;
  background-color: #a3a3a3;
  border-radius: 15px;
}

.mainRangeSelection .range-labels .active {
  color: #000;
  background-color: lime;
  padding: 5px;
  font-weight: 600;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
}

.mainRangeSelection .range-labels .selected::before {
  background-color: #00ff00;
}

/*Fin pagos*/
/*DashBoard*/
.mainPerfil__image a {
    max-width: 170px;
    max-height: 170px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
}
.mainComentarios .commentPerfilImage{
    max-width: 80px;
    max-height: 80px;
}
#clickimgPic img {
    height: 100%;
    object-fit: contain;
}
/*.commentPerfilImage {*/
/*  height: 80px;*/
/*  width: 80px;*/
/*  -o-object-fit: cover;*/
/*     object-fit: cover;*/
/*}*/

.mysearch.active .icon-search:before {
  content: "\E006";
}

/*Fin Dashboard*/
/*Sliders*/
.mainSlider__slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.mainSlider__img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    width: 100%;
    height: 100vh;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.mainSlider__img img {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.mainSlider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}

.mainSlider .slick-slide {
  height: calc(100vh - 130px);
}

@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1, 1, 1.1);
  }
}

@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1, 1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
}

/*Fin Sliders*/
/*AddMovimiento*/
.mainMovimiento span {
  border-bottom: 6px solid #00ff00;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.mainMovimiento span:hover {
  background-color: #00ff00;
}

.mainUnete span {
  border-bottom: 6px solid #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.mainUnete span:hover {
  background-color: #fff;
}

/*Fin addMovimiento*/
/*mainDestacados*/
.mainDestacados__list {
  margin-bottom: 10px;
}

.mainDestacados__list:last-child {
  margin-bottom: 0;
}

.mainDestacados__slider .slick-slide {
  margin: 0 15px 0 0;
}

@media only screen and (max-width: 767.98px) {
  .mainDestacados__slider .slick-slide {
    margin: 0;
  }
}

.mainDestacados__slider .slick-arrow {
  position: absolute;
  top: 50%;
  border: none;
  width: 36px;
  height: 40px;
  background-color: #000;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.mainDestacados__slider .slick-arrow:focus {
  outline: 0;
}

.mainDestacados__slider .slick-prev {
  left: -45px;
}

.mainDestacados__slider .slick-next {
  right: -45px;
}

.mainDestacados__slider i {
  color: #fff;
  font-size: 25px;
}

.mainDestacados__slider .slick-dots {
  bottom: 15px;
}

/*Fin MainDestacados*/
/*.mainMateriales*/
.mainMateriales__img img {
  width: 100%;
}

.mainMateriales__commons img {
  max-width: 220px;
}

/*Fin mainMateriales*/
/*mainSiguenos*/
.mainSiguenos__list:nth-last-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*Fin mainSiguenos*/
/*mainQuienes*/
.mainQuienes__img img {
  height: 180px;
}

/*Fin mainQuienes*/
/*Somos Popup*/
.mainEquipo__popimg {
  border-bottom: 6px solid #00ff06;
}

.mainEquipo__hover {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainEquipo__hover:hover {
  background-color: #000;
}

.mainEquipo__hover:hover h3 {
  color: #00ff00;
}

.mainEquipo__hover:hover p {
  color: #fff;
}

.modal-content .popupClose {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  border: none;
  color: #fff;
  font-size: 24px;
  background-color: transparent;
  cursor: pointer;
  z-index: 2;
}

.modal-content .popupClose:focus {
  outline: 0;
}

/*Fin Somos Popup */
/*Redes*/
.shareMutante img {
  min-width: 90px;
}

/*Fin redes*/
/*BUscadores*/
.inputSkinBottom input {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  text-indent: 45px;
  font-size: 22px;
  font-style: italic;
}

.inputSkinBottom input::-webkit-input-placeholder, .inputSkinBottom input::-webkit-input-placeholder {
  font-style: italic;
  color: #a3a3a3;
  font-size: 22px;
  font-weight: 300;
}

.inputSkinBottom input::placeholder, .inputSkinBottom input::-webkit-input-placeholder {
  font-style: italic;
  color: #a3a3a3;
  font-size: 22px;
  font-weight: 300;
}

.inputSkinBottom input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inputSkinBottom .filtroBuscador {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
  font-size: 24px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.inputSkinBottom .filtroBuscador i:hover {
  color: lime;
}

.selesctSkinBottom select {
  padding: 15px 0;
  background-color: #f7f7f7;
  text-indent: 45px;
  font-size: 22px;
  /*font-style: italic;*/
  border: none;
  font-weight: 300;
}

/*Conteido*/
.mainInterna__share {
  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;
}

.mainInterna__share a {
  margin-left: 25px;
  font-size: 30px;
  color: #a3a3a3;
  display: flex;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.mainInterna__share a:hover {
  color: lime;
}

.mainInterna__cite cite {
  line-height: 36px;
  color: #787878;
  font-size: 24px;
  font-family: 'PT Serif', serif;
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__cite cite {
    line-height: 28px;
    font-size: 19px;
  }
}

.mainInterna__texto--contenedor p {
  color: #000000;
  font-family: 'PT Serif', serif;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 30px;
}

.mainInterna__texto--contenedor:first-of-type p:first-of-type:first-letter {
  font-size: 67px;
  font-family: Oswald;
  font-weight: 700;
  line-height: 1;
  float: left;
  margin-right: 8px;
}

.mainInterna__texto--contenedor h2 {
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000000;
  font-family: Oswald;
  font-weight: 700;
  margin-bottom: 30px;
  margin-left: -16.6%;
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__texto--contenedor h2 {
    margin-left: 0;
    font-size: 32px;
    line-height: 1;
  }
}

.mainInterna__texto--contenedor h3 {
  font-size: 30px;
  margin-top: 35px;
  margin-bottom: 25px;
  font-family: 'PT Serif', serif;
  color: #00ff00;
}

.mainInterna__texto--contenedor.mainInterna__imagen {
  float: left;
  max-width: 50%;
  margin-left: calc(-33.33% + 35px);
  margin-right: 8.33%;
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__texto--contenedor.mainInterna__imagen {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

.mainInterna__texto--contenedor.mainInterna__imagen.second {
  float: right;
  margin-left: 8.33%;
  margin-right: calc(-20% + 10px);
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__texto--contenedor.mainInterna__imagen.second {
    margin-left: 0;
    margin-right: 0;
    float: none;
  }
}

.mainInterna__texto--contenedor.mainInterna__imagen.second p, .mainInterna__texto--contenedor.mainInterna__imagen.second span {
  margin-left: 0;
  margin-right: 20%;
}

.mainInterna__texto--contenedor.mainInterna__imagen p, .mainInterna__texto--contenedor.mainInterna__imagen span {
  font-size: 17px;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  margin-left: 33.33%;
  margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__texto--contenedor.mainInterna__imagen p, .mainInterna__texto--contenedor.mainInterna__imagen span {
    margin-left: 0;
  }
}

.mainInterna__texto--contenedor.mainInterna__imagenWidth {
  margin-bottom: 35px;
}

.mainInterna__texto--contenedor.mainInterna__imagenWidth img {
  min-width: calc(100% + (7 * 8.33%));
  margin-left: calc(-3.5 * 8.33%);
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__texto--contenedor.mainInterna__imagenWidth img {
    min-width: 0;
    margin-left: 0;
  }
}

.mainInterna__texto--contenedor.mainInterna__imagenWidth p, .mainInterna__texto--contenedor.mainInterna__imagenWidth span {
  font-size: 17px;
  font-weight: 300;
  color: #a3a3a3;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  margin-top: 15px;
  margin-left: -16.66%;
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__texto--contenedor.mainInterna__imagenWidth p, .mainInterna__texto--contenedor.mainInterna__imagenWidth span {
    margin-left: 0;
  }
}

.mainInterna__texto--contenedor:last-of-type p:last-of-type {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 30px;
}

.mainInterna__grid {
  margin-top: calc(-16.66% - 20px);
}

.mainInterna__banner {
  bottom: 35%;
}

@media only screen and (max-width: 767.98px) {
  .mainInterna__banner {
    bottom: 15%;
  }
}
.copytext {
  position: relative;
  display: inline-block;
}
.copytext svg {
  height: 36px;
}
.copytext svg:hover {
  fill: lime;
}
.shareIconLike.active {
  color: lime;
}
.tooltipped {
  position: relative;
}
.tooltipped:hover:before, .tooltipped:hover:after, .tooltipped:active:before, .tooltipped:active:after, .tooltipped:focus:before, .tooltipped:focus:after {
  display: inline-block;
  text-decoration: none;
}
.tooltipped-s:before {
  top: auto;
  right: 50%;
  bottom: -5px;
  margin-right: -5px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
}
.tooltipped:before {
  position: absolute;
  z-index: 1000001;
  display: none;
  width: 0;
  height: 0;
  color: rgba(0, 0, 0, 0.8);
  pointer-events: none;
  content: "";
  border: 5px solid transparent;
}
.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  display: none;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased;
}
.tooltipped-s:after, .tooltipped-se:after, .tooltipped-sw:after {
  top: 100%;
  right: 50%;
  margin-top: 5px;
}
.tooltipped-s:after, .tooltipped-n:after {
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.mainSlider .bg-black.titleSlider{
    box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000;
}
.mainModal .modal-dialog{
    max-width: 700px;    
}
.mainModal .modal-content{
    border: 0;
}
.mainModal .modal-header {
    border: 0;
}
.mainModal .modal-body{
    padding: 0;
}
.mainModal__icon img {
    width: 59px;
    height: 59px;
}
.formError {
    top: 100% !important;
    left: 0 !important;
    display: inline-block;
    margin: 0 !important;
}
.formError .formErrorContent {
    background-color: transparent; 
    color: #ee0067;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
.formError .formErrorArrow div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    height: 0;
    background: transparent;
}
/*.mainHeader__noLogin .loggin{*/
/*    color: #000;*/
/*}*/
.mainHeaderUsuario__logo img{
    max-width: 138px;
}
.lineaDivision{
    height: 2px;
}
[class^="icon-"]:hover {
    color: #00f300;
    transition: all .5s;
}
.mainPredit__img img {
    height: 48px;
    width: 100%;
    object-fit: cover;
}
#clickimgPic{
    position: relative;
}
#clickimgPic::before,#clickimgPic::after{
    content: "";
    position: absolute;
    transition: all .5s;
}
#clickimgPic::after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#clickimgPic::before{
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    opacity: 0;
    background: url(/media/camara-imagen.png) center no-repeat;
    background-size: contain;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#clickimgPic:hover::after{
    background-color: #000;
    opacity: .3;
}
#clickimgPic:hover::before{
    opacity: 1;
}
.mainAutorObra p:last-of-type{
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}
.mainDestacados__list--slider .relative.width-100, .maincontenidos .width-100.bg-white{
    min-height: 128px;
    display: flex;
    align-items: center;
}

.article-box p {
    overflow-wrap: anywhere;
}

.mainDestacados__slider .article-box{
    min-height: 210px;
    display: flex;
    flex-direction: column;
}
.mainMateriales .article-box{
    min-height: 312px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
} 
.mainAutorObra p, .mainAutorObra h3{
    font-family: 'PT Serif', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #787878;
}
.mainAutorObra h3{
    color: #000;
}
.mainAutorObra p {
    margin-top: 20px;
}
.mainDestacados__list--box {
    min-height: 90px;
}
.shareMutante svg {
    min-height: 78px;
    min-width: 78px;
    transition: all .5s;
}
.shareMutanteFondo{
    fill: #79d9fb;
}
.shareMutante svg:hover .shareMutanteFondo{
    fill: #0f0;
}
.mainInterna__share svg .shareMutanteMaterial{
    fill: #fff;
}
.mainInterna__share svg:hover .shareMutanteMaterial{
    fill: #0f0;
}
.mainMateriales .mainShare{
    border-top: 1px solid rgba(136, 152, 170, .6);
}
.maingallery__slider--img {
    padding-top: 100%;
}
.maingallery__sliderMaterial .slick-arrow {
    position: absolute;
    top: 50%;
    border: none;
    width: 36px;
    height: 40px;
    background-color: #000;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}
.maingallery__sliderMaterial .slick-next {
    right: -15px;
}
.maingallery__sliderMaterial .slick-prev {
    left: -15px;
}
.maingallery__sliderMaterial i {
    color: #fff;
    font-size: 25px;
}
.materialViewG::before,.materialViewG::after{
    content: "";
    position: absolute;
    cursor: pointer;
    transition: all .5s;
}
.materialViewG:before{
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    opacity: 0;
    background: url(/media/material-ojo.png) center no-repeat;
    background-size: contain;
    transform: translate(-50%,-50%);
    z-index: 3;
}
.materialViewG::after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.materialViewG span {
    position: absolute;
    top: calc(50% + 30px);
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-weight: 500;
    font-size: 19px;
    font-family: Oswald;
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
    z-index: 1;
}
.materialViewG:hover::after{
    background-color: #000;
    opacity: .3;
}
.materialViewG:hover::before, .materialViewG:hover span{
    opacity: 1;
}
.recuerdame.checkSkin .checkSkin-label:before{
    border: 1px solid;
}
.mainModalTeam .modal-dialog {
    max-width: 670px;
}
.mainDestacados__slider .ar-100, .mainMateriales .ar-100 {
    position: relative;
}
.mainDestacados__slider .ar-100::after, .mainMateriales .ar-100::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    box-shadow: 0 0 0 10px inset #fff;
    z-index: 2;
}
.mainInterna__texto--contenedor:last-of-type p:last-of-type::after {
    content: "";
    position: relative;
    background: url(/media/punto-final.svg) center no-repeat;
    margin-left: 5px;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
}
.myPerfilDesk {
    position: relative;
}
.myPerfilDesk::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    height: 65%;
    color: #fff;
    border-left: 1px solid #fff;
    transform: translateY(-50%);
}
.myPerfilDesk::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    right: -20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    transform: translateY(-50%);
}
.mainDashboard .mainInterna__grid {
    margin-top: calc(-6.33% - 20px);
}
.mainDestacados__slider--img {
    margin: 15px;
    box-shadow: 0 0 15px 5px rgba(0,0,0,.2), 0 0 0px 15px #fff;
}
.mainInterna__texto--autores p{
    color: #787878;
    font-family: 'PT Serif', serif;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}
/*COntadores*/
.mainInterna__contadores{
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainInterna__contadores--items span{
    font-weight: 300;
    color: #787878;
    font-size: 18px;
    line-height: 21.6px;
    margin-left: 10px;
}
.mainInterna__contadores--items {
    display: flex;
    align-items: center;
}
.mainInterna__contadores--items i {
    font-size: 34px;
    color: #a3a3a3;
}
.mainInterna__contadores--items svg{
    height: 36px;
    fill: #a3a3a3;
}
.colorLetralogo {
    fill: #fff;
}
.mainGenerales__texto h2, .mainGenerales__texto h3, .mainGenerales__texto h4, .mainGenerales__texto h5{
    text-transform: uppercase;
    font-family: Oswald;
    font-weight: 700;
    font-size: 36px;
    color: #000;
    padding: 30px 0;
}
.mainGenerales__texto p{
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px
}
/*Agosto*/
.checkSkin .formError .formErrorContent{
    padding: 4px 0;
}
.mainInterna__cite {
    padding-left: 5%;
}
.afueraColor {
    fill: #a3a3a3;
}
.mainInterna__share svg:hover .afueraColor{
    fill: #000;
}
.galeryMateriales .modal-body {
    padding: 1rem 1rem 0;
}
.mainDestacados__slider .slick-track{
    display: flex;
}
.mainDestacados__slider .slick-slide {
    height: auto;
    min-height: auto;
    background-color: #fff;
}
.mainMateriales__lista a {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.shadow-white-line{
    box-shadow: 0 0 1px;
}
.mainComentarios__detail .mainPerfil__image {
    text-align: center;
}
.mainContenido__img img {
    width: 100%;
}
.mainSlider__mobile .titleSlider{
    box-shadow: 10px 0 0 0 #000, -10px 0 0 0 #000;
}
.border-bottom-white {
    border-bottom: 1px solid currentColor;
}
.mainSlider__mobile .slick-dots{
    bottom: 15px;
}
.mainFooter__logo svg, .mainHeaderUsuario__logo svg{
    height: 90px;
}
.mainInterna__texto--contenedor iframe {
    width: 100%;
    border: none;
}
.mainSlider__mobile .slick-arrow{
    position: absolute;
    top: 50%;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #000;
    transform: translateY(-50%);
    z-index: 2;
}
.mainSlider__mobile .slick-prev{
    left: 15px;
}
.mainSlider__mobile .slick-next{
    right: 15px;
}
.mainSlider__mobile .slick-arrow i{
    color: #fff;
}
.mainTop__footer {
    height: calc(100vh - 390px);
}
/*.mygutter-15-3 > [class^="col-"]:nth-child(3n) {*/
/*  padding-right: 0;*/
/*}*/