#imagen-slide {
    display: none;
  }
  .item,
  .active {
      height: 100%;
  }
  .carousel-inner {
    height: 400px;
    background: #000;
  }
  .btn-transparent {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
  }
  .btn-transparent:hover {
    background-color: #fff;
  }
  .btn-rounded {
    border-radius: 70px;
  }
  .btn-large {
    padding: 11px 45px;
    font-size: 18px;
  }
  .animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }


@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#sliderPrincipalHome .contenedorImagenSlide {
    position: relative;
    overflow: hidden;
    min-height: 600px;
    max-height: 600px;
    background: rgba(0, 0, 0, 1);
    background-size: cover;
    text-align: center;
    color: #fff;
}
.pulso {
  animation: pulsate 1.4s linear infinite; 
}
.logoYourLand img {
  width: 40%;
}
.txtLogo img {
  height: 30px;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.pulse {
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {
      transform: scale(0.9);
      opacity: 0.7;   
  }
  50% {
      transform: scale(1);
      opacity: 1; 
  }
  100% {
      transform: scale(0.9);
      opacity: 0.7;   
  }
}

#myCarousel.carousel {
    padding: 0;
}

.animacionBg {
    -webkit-animation: animaImagenSliderHome 20000ms linear 0s infinite alternate;
    animation: animaImagenSliderHome 19994ms -6s infinite alternate;
}

@-webkit-keyframes pulse {
  0% {
      -webkit-transform: scale(0.95);
      opacity: 0.7;   
  }
  50% {
      -webkit-transform: scale(1);
      opacity: 1; 
  } 
  100% {
      -webkit-transform: scale(0.95);
      opacity: 0.7;   
  }   
}
@-webkit-keyframes animaImagenSliderHome {
  0% {
    -webkit-transform: scale(1.1);
    -webkit-transition: -webkit-transform 20000ms linear 0s
  }
  100% {
    -webkit-transform: scale(1.2);
    -webkit-transition: -webkit-transform 20000ms linear 0s
  }
}
@-moz-keyframes animaImagenSliderHome {
  0% {
    -moz-transform: scale(1.1);
    -moz-transition: -moz-transform 20000ms linear 0s
  }
  100% {
    -moz-transform: scale(1.2);
    -moz-transition: -moz-transform 20000ms linear 0s
  }
}
@-ms-keyframes animaImagenSliderHome {
  0% {
    -ms-transform: scale(1.1);
    -ms-transition: -ms-transform 20000ms linear 0s
  }
  100% {
    -ms-transform: scale(1.2);
    -ms-transition: -ms-transform 20000ms linear 0s
  }
}
@-o-keyframes animaImagenSliderHome {
  0% {
    -o-transform: scale(1.1);
    -o-transition: -o-transform 20000ms linear 0s
  }
  100% {
    -o-transform: scale(1.2);
    -o-transition: -o-transform 20000ms linear 0s
  }
}
@keyframes animaImagenSliderHome {
  0% {
    transform: scale(1.1);
    transition: transform 20000ms linear 0s
  }
  100% {
    transform: scale(1.2);
    transition: transform 20000ms linear 0s
  }
}



  
