img {
  max-width: 100%;
}
a {
  color: inherit;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

a.link {
  padding-bottom: 4px;
}

a:focus {
  outline: 0;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

body button {
    cursor: pointer;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
body button:focus{
    outline: 0;
}
.btn {
    position: relative;
    display: inline-block;
    outline: 0;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

/*.btn:hover {*/
/*  background-color: inherit;*/
/*  color: inherit;*/
/*}*/
.btn:hover, .btn.bg-lime.black:hover{
    background-color: #000;
    color: #fff;
    /*border: 1px solid #fff;*/
}
.close-cross {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}

.close-cross::after, .close-cross::before {
  content: "";
  background: #000;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 2px;
  right: 2px;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.close-cross::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.close-cross:hover::after, .close-cross:hover::before {
  background: #A6A6A6;
}

.inputSkin {
  position: relative;
}

.inputSkin textarea {
  outline: 0;
  width: 100%;
  height: auto;
  color: inherit;
  min-height: 80px;
  resize: none;
  text-indent: 15px;
  padding-top: 15px;
  border: none;
}

.inputSkin textarea::-webkit-input-placeholder, .inputSkin textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #797979;
  font-weight: 300;
}

.inputSkin textarea::placeholder, .inputSkin textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #797979;
  font-weight: 300;
}

.inputSkin textarea:focus {
  outline: 0;
}

.inputSkin input {
  width: 100%;
  text-indent: 15px;
  font-size: 14px;
  border: none;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.inputSkin input::-webkit-input-placeholder, .inputSkin input::-webkit-input-placeholder {
  font-style: normal;
  color: #797979;
  font-weight: 400;
}

.inputSkin input::placeholder, .inputSkin input::-webkit-input-placeholder {
  font-style: normal;
  color: #797979;
  font-weight: 400;
}

.inputSkin input:focus {
  -webkit-box-shadow: 0 0 0px 2px inset #00f600;
          box-shadow: 0 0 0px 2px inset #00f600;
  outline: 0;
}

.inputLabel {
  display: block;
  margin-bottom: 10px;
}

.inputLabel.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.selectSkin {
  position: relative;
  display: block;
}

.selectSkin select {
    display: block;
    width: 100%;
    margin: 0;
    outline: 0;
    text-indent: .5rem;
    border: none;
    border-bottom: 1px solid currentColor;
    cursor: pointer;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.selectSkin select:focus {
  outline: 0;
}

.selectSkin option {
  font-size: .9rem;
}

.selectSkin option:disabled {
  background: #eee;
  color: #ccc;
}

.selectSkin:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  pointer-events: none;
  color: #000;
  font-weight: 600;
  text-align: center;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkSkin {
  position: relative;
  display: block;
  font-weight: inherit;
  width: auto;
  cursor: pointer;
}

.checkSkin input {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
}

.checkSkin .checkSkin-label {
  position: relative;
  display: block;
}

.checkSkin .checkSkin-label:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  font-size: 0;
  font-weight: 600;
  background-color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.checkSkin input:checked + .checkSkin-label::before {
  font-size: 10px;
  background-color: #00ff00;
}

.checkSkin.radioSkin input:checked + .checkSkin-label::after {
  font-size: 10px;
  background: inherit;
  color: #bd1212;
  font-size: 0;
  border: 2px solid #f6f6f6;
  line-height: 14px;
  -webkit-box-shadow: 0 0 0 1px #818181;
          box-shadow: 0 0 0 1px #818181;
  opacity: 1;
}

.inputDate input {
  padding-right: 30px;
  cursor: pointer;
}

.inputDate:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 25px;
  top: 0;
  right: 0;
  pointer-events: none;
  background: url("/media/ico-calendar.png") no-repeat 50% 50%;
}

.fileSkin {
  position: relative;
  cursor: pointer;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fileSkin::after {
  content: "Adjuntar";
  display: inline-block;
  width: auto;
  min-width: 110px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background: #FFF;
  color: inherit;
  cursor: pointer;
  outline: 0;
}

.fileSkin input {
  display: none;
}

.fileSkin-label {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  border: 0;
  font-size: 14px;
  line-height: 30px;
  outline: 0;
  background: #FFF;
  color: inherit;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.modal-backdrop {
  background: #676b67;
}

.modal-backdrop.show {
  opacity: 0.75;
}

.height-100 {
  height: 100%;
}

.height-50 {
  height: 50%;
}

.container-small {
  max-width: 1170px;
}

.vw-100 {
  min-width: 100vh;
}

.width-100 {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.max-width-9999 {
  max-width: 9999px;
}
#PopUpInterna {
    background-size: contain;
    background-repeat: no-repeat;
    } 
.lazy:not(img), .lazy-load:not(img), .bg-load {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-size: cover;
  background-position: center center;
}

.lazy.contain, .lazy-load.contain, .bg-load.contain {
  background-size: contain;
}

.no-repeat {
  background-repeat: no-repeat;
}

.lazy.bg-p-rb {
  background-position: right bottom;
}

.lazy.bg-p-rt, .bg-load.bg-p-rt {
  background-position: right top;
}

.lazy.bg-p-lt {
  background-position: left top;
}

.lazy.bg-p-0c {
  background-position: 0% center;
}

.lazy.bg-p-25c {
  background-position: 25% center;
}

.lazy.bg-p-75c {
  background-position: 75% center;
}

.lazy.bg-p-100c {
  background-position: 100% center;
}

.lazy.bg-p-0b {
  background-position: 0% bottom;
}

.display-none {
  display: none;
}

/* Slick que sirve */
.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 5%;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.slick-dots button {
  display: block;
  width: 40px;
  height: 5px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 5px;
  font-size: 0;
  background-color: #cec4c4;
  cursor: pointer;
  outline: 0;
  opacity: 0.6;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.slick-dots button:hover {
  opacity: 1;
  background-color: #00f600;
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
}

.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #00f600;
}

.slick-insetDots {
  margin-top: 15px;
}

.slick-insetDots a {
  display: inline-block;
}

.slick-insetDots a::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FFF;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}

.slick-insetDots a.active::before {
  background: #FFF;
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
}

.mainDestacados__slider .slick-track {
  margin-left: 5px;
}

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

/*Fin el que servia*/
.hamburguer {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 40px;
  margin: 0;
}

.hamburguer::before, .hamburguer::after,
.hamburguer span {
  content: " ";
  position: absolute;
  left: 10px;
  right: 10px;
  display: block;
  width: auto;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
}

.hamburguer::before {
  top: 10px;
}

.hamburguer span {
  top: 50%;
  margin-top: -1px;
}

.hamburguer::after {
  bottom: 10px;
  right: 20px;
}

.hamburguer.active::before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.hamburguer.active::after {
  top: 50%;
  right: 10px;
  margin-top: -1px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.hamburguer.active span {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.uppercase, .uppercase.all * {
  text-transform: uppercase;
}

.top-0 {
  top: 0;
}

.top-80 {
  top: 80%;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.bottom-100 {
  bottom: 100%;
}

.right-0 {
  right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-gradient-black::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}

.mygutter-15 > [class^="col-"] {
  padding-right: 8px;
}

@media only screen and (max-width: 767px) {
  .mygutter-15 > [class^="col-"] {
    padding-right: 0;
  }
}

.mygutter-15 > [class^="col-"]:nth-child(even) {
  padding-right: 0;
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  .mygutter-15 > [class^="col-"]:nth-child(even) {
    padding-left: 0;
  }
}

.mygutter-30 > [class^="col-"] {
  padding-right: 15px;
}
.mygutter-30 > [class^="col-"].px-0{
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .mygutter-30 > [class^="col-"] {
    padding-right: 0;
  }
}

.mygutter-30 > [class^="col-"]:nth-child(even) {
  padding-right: 0;
  padding-left: 15px;
}

@media only screen and (max-width: 767px) {
  .mygutter-30 > [class^="col-"]:nth-child(even) {
    padding-left: 0;
  }
}

.mygutter-15-3 > [class^="col-"] {
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .mygutter-15-3 > [class^="col-"] {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mygutter-15-3 > [class^="col-"]:nth-child(3n) {
    padding-left: 0;
  }
}

.mx-left {
  margin-left: auto;
}

.mx-auto {
  margin: 0 auto;
}

.underline {
  text-decoration: underline;
}

.bottom-dashed {
  border-bottom: 2px dashed #c6c6c6;
}

body .border-bottom-black {
  border-bottom: 1px solid #000;
}

.shadow-lime {
  border-bottom: 5px solid #00f600;
}

.top-lime-xs::before {
  content: "";
  position: relative;
  display: block;
  width: 15%;
  height: 5px;
  border-radius: 10px;
  background-color: #000;
  margin-bottom: 18px;
}

.top-lime-xs.top-center::before {
  margin-left: auto;
  margin-right: auto;
}

.myHand {
  font-size: 10vmax;
  line-height: 1;
}

.mainFeatured__slider .slick-slide {
  padding: 5px;
}

.mainTrazado__uno {
  position: relative;
  z-index: 2;
}

.p-exento.all p {
  padding-bottom: 1rem;
}

::-moz-selection {
  background-color: #00ff00;
  color: #000;
}

::selection {
  background-color: #00ff00;
  color: #000;
}
#preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1100; background: rgba(255, 255, 255, 0.97); display: none; }
.preloader-center { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; }
.preloader-pic { height: auto; }
.preloader-message { text-align: center; margin-top: 10px; font-weight: bold; color: black; font-family: 'Montserrat', sans-serif; font-size: 16px; }
@media only screen and (min-width: 992px) {
  .lazy.lg-contain, .lazy-load.lg-contain, .bg-load.lg-contain {
    background-size: contain;
  }
}
.redesgroup:hover {
    background-color: #0f0;
}
.redesgroup {
    border-bottom: 3px solid #0f0;
}