.acordeonIMG {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  width: 100%;
  height: 500px;
}

#secAcordeon {
  z-index: 1;
  padding: 0px !important;
  margin: 0px !important;
  left: 50px;
  /* top: 80px; */
}

@media only screen and (max-width:425px){
  #secAcordeon{
    left: 0px;
  }
}

#hillAcordeon {
  background-color: white !important;
}

#secAcordeonIMG {
  /* top: 30px; */
  right: 30px;
}

.elementor-accordion-item {
  border-bottom: solid !important;
  margin: 0px 30px 15px 30px;
  padding-bottom: 10px;
}

#hillSlider .ms-slide-info {  
  background-color: white;
  right: 20%;
  bottom: 250px;
  padding: 45px;
  width: 660px;
  max-height: 275px;
}

#hillSlider .ms-nav-prev {
  right: 15% !important;
  left: auto !important;
}

#hillSlider .ms-nav-prev,
.ms-nav-next {
  top: auto !important;
  bottom: -20% !important;
}

.elementor-accordion div:nth-last-child(1) {
  border-bottom: none!important; 
}

/* Typing effect */
.typed-cursor{
  font-size: 125px;
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.typed{
  font-size: 125px;
}

@keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
