.contenedor-slide{
    height: auto;
    width: 100%;

}




.carousel-controlx {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}


.right {
    right: 0;
    left: auto;
}

.w-100{
  min-width: null !important;
  width: 100%
}

.contenedor{

    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.contenedor h1{
    font-size: calc(16px + 4vw);
}
.input-form{
    padding: 15px;
    font-size: calc(12px + 1.5vw);
}


@media only screen and (max-width: 1270px)
{
.carousel-controlx {
    top: 20%;
  }
}


@media only screen and (max-width: 800px)
{
.carousel-controlx {
    top: 25%;
  }
}
