.banner-style-two, .image-layer{
height: 60vh;
}



.image-layer{
background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.titulo-banner{
font-weight: 700;
font-size: 60px;
line-height: 72px;
/* or 120% */

text-align: center;
letter-spacing: -0.015em;

color: #83FEC9;
}

.subtitulo{
background-color:#632DDD;
  color: #ffffff;
  padding:20px;
  text-align: center;
}

.h1lp{
color: #83FEC9;!important;
  font-size: 60px;
}

.texto{
font-weight: 400 !important;
font-size: 25px !important;
line-height: 28px !important;
/* or 144% */

letter-spacing: -0.015em;

color: #000000 !important;
}


.banner-carousel .slide-item:before {
    background: #1d253400 !important;
    content: "";
    height: 100%;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.banner-carousel .slide-item:after {
    background: -webkit-linear-gradient(-90deg,rgb(173 154 154 / 0%),transparent 50%) !important;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

.mb-20{
margin-bottom: 20px;
}


