body{
    background-image: url('../img/Banner.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: bottom;
    font-family: 'Raleway', sans-serif;
}
.navbar-brand img{
    width: 200px;
}
.c-sat{
    background: #93d500 !important;
    z-index: 10;
}
.t-sat{
    color: #93d500;
    font-weight: bold;
    text-transform: uppercase;
}
.banner{
    padding: 0px !important;
}
.carousel-control-next{
    justify-content: end;
    padding-right: 20px;
}
.carousel-control-prev{
    justify-content: start;
    padding-left: 20px;
}
.carousel-item img{
    filter: brightness(50%);
    
    height: calc(10em + 20vw);
    object-fit: cover;
}
.super-text{
    position: absolute;
    left: 50%;
    top: 200px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -80%);
    width: 75%;
    z-index: 1;
}
.super-text h1{
    color: #fff;
    text-shadow: 15px 8px 10px rgba(0,0,0,0.7);
    font-size: calc(1.7em + 1.7vw);
    width: 100%;
}

@media (min-width:430px) {
    .super-text{
        left: 50%;
        top: 200px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}
@media (min-width:576px) {
    .super-text{
        left: 50%;
        top: 250px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@media (min-width:768px) {
    .super-text {
        left: 50%;
        top: 250px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .super-text h1{
        text-align: start;
    }
}

@media (min-width:992px) {
    .super-text {
        left: 50%;
        top: 300px;
        transform: translate(-15%, -30%);
        -webkit-transform: translate(-50%, -50%);
    }
}

@media (min-width:1200px) {
    .super-text {
        left: 50%;
        top: 300px;
        transform: translate(-15%, -30%);
        -webkit-transform: translate(-50%, -50%);
    }
}
.b-lan{
    text-align: center;
    display: block;
    width: 50%;
    padding: 15px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}
.b-contac-sat{
    background: #93d500;
    border: 3px solid #93d500;
    transition: 0.5s;
}
.b-contac-sat:hover{
    background: #ffffff;
    color: #93d500;
}

.c-description {
    margin: 40px 0px !important;
    box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.3);
    background: #fff;
    border-radius: 15px;
}

.c-description .c-text{
    margin: 30px 0px;
}

.c-text{
    text-align: center;
}
.t-margen{
    margin: 0px !important;
}
.c-beneficios{
    margin: 30px 0px;
}
.c-beneficios img{
    border-radius: 15px;
    box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.3);
}
.c-beneficios p{
    margin: 0px;
}
.centro{
    display: flex;
    align-items: center;
}
.centro img{
    width: 80%;
    height: 80%;
    object-fit: cover;
    margin: 0px 10%;
}
.lista{
    list-style: none;
}
.c-form{
    margin: 50px 0px;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 5px 5px 19px 0px rgba(0,0,0,0.3);
}
.b24-form-progress-bar{
    stroke: #93d500 !important;
}
.b24-form-btn{
    background: #93d500 !important;
}
.b24-form-btn:hover{
    background: #a1e25e !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-color: #93d500 !important;
}
.footer{
    background: #000;
    color: #fff;
    justify-content: center;
    padding: 30px;
}
.footer p {
    margin: 0px !important;
}