/* Carousel */
.wda .carousel__inner {
  width: 9500px;
  transition: all .8s ease;
}
.wda .txt h2 {
  font-family: "montserrat";
  font-weight: 700;
  margin: 20px 0;
}
.wda .all__cont {
  width: 910px;
  display: inline-block;
  position: relative;
}
.wda .carousel__mother {
  overflow: hidden;
  background: #fff;
  position: relative;
}
.wda .all__cont img {
  width: auto;
  height: 590px;
  display: inline-block;
  background: #fff;
  cursor:grab;
}
.wda .all__cont .txt {
  width: 300px;
  font-family: "montserrat";
  font-weight: 500;
  margin-top: 5%;
  position: absolute;
  right: -63px;
  top: 20px;
}

.wda .white__box {
  display: block;
  margin-left: -7px;
  margin-top: 10px;
}
.wda .circle {
  background: #dbdbdb;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 10px 7px;
  text-align: center;
  border-radius: 50em;
  border: solid 1px #dbdbdb;
  cursor:pointer;
}
.wda .circle.active {
  background: #000000;
  border-color: #000000;
}
.wda .arrows {
  margin-top: 180%;
  padding-left: 5px;
}
.wda .arrows .controler i {
  font-size: 22px;
  border: none;
  margin-right: 25px;
  color: #7e7e7e;
  font-weight: 300;
}
.wda .arrows {
  margin-top: 180%;
  padding-left: 5px;
  display: none;
}
#carousel-info {
  position: absolute !important;
  max-width: 470px !important;
}
.wraper__carousel {
  margin-bottom: 120px !important;
}

/* Responsivo */

@media (max-width:1340px){
  .divCreatorR {
    background: none;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    position: absolute;
  }
  /* .divCreatorR:before {
    content: '\f053';
    color: #fff;
    position: absolute;
    display: block;
    left: 10px;
    top: 50%;
    padding-right: 10px;
    font-family: fontawesome;
    font-size: 22px;
    vertical-align: top;
    margin-top: -10px;
    pointer-events: none;
  } */


  .divCreatorL{
    background: none;
    right: 0px;
    top: 0;
    height: 100%;
    width: 50%;
    position: absolute;
    display: block;
    z-index: 99;
  }
  /* .divCreatorL:before {
  content: '\f054';
  color: #fff;
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  padding-right: 10px;
  font-family: fontawesome;
  font-size: 22px;
  vertical-align: top;
  margin-top: -10px;
  pointer-events: none;
  } */
}
@media (max-width:1200px) and (min-width:1027px){
  .wda .all__cont img {
    width: auto;
    height: 400px !important;
    display: inline-block;
    background: #fff;
  }
  .wda .all__cont {
    width: 610px;
    display: inline-block;
    position: relative;
  }
}
@media (max-width:1027px) and (min-width:992px){
  .wda .all__cont img {
    width: auto;
    height: 300px !important;
    display: inline-block;
    background: #fff;
  }
  .wda .all__cont {
    width: 470px;
    display: inline-block;
    position: relative;
  }
}
@media (max-width:992px) and (min-width:768px){
  .wda .all__cont img {
    width: auto;
    height: 400px !important;
    display: inline-block;
    background: #fff;
  }
  .wda .all__cont {
    width: 610px;
    display: inline-block;
    position: relative;
  }
  .wda .carousel__mother {
    padding-left: 5%;
  }
}
@media (max-width:767px){
  .wda .carousel__mother {
    padding-left: 25px;
  }
  .wda .all__cont {
    width: 460px;
    display: inline-block;
    position: relative;
  }
  .wda .all__cont img {
    width: auto;
    height: 300px !important;
    display: inline-block;
    background: #fff;
  }
}
@media (max-width:450px){
  .wda .all__cont img{
    height:230px !important;
  }
  .wda .all__cont {
    width: 350px;
    display: inline-block;
    position: relative;
  }
}
