.single-work::after {
    display: none
}

.section-heading {
margin-bottom: 40px;
}

.section-heading > h2::after {
        display: none

}
.text-celeste {
        color: #49b9cd
}

.active {
        color: #49b9cd !important
}

.link {
        color: #49b9cd;
    text-decoration: underline;
    
}

.link:hover {
        color: #000;
    text-decoration: underline;
    
}

.imagen-producto {
 border-radius: 1.5rem 1.5rem 0 0 ;    
}
.imagen-rounded {
 border-radius: 1.5rem;    
}

.height-emulator {
float: left;
height: 520px;
}

#scrollUp {
left: 2%;

}

.homepage-4 .welcome-area {
    background: rgba(0, 0, 0, 0) url("../img/slider.jpg");
    background-size: cover
}


@media (max-width: 991px) {
    br {
        display: none
    }
 
}

@media (max-width: 767px){
.welcome-area, .homepage-5 .welcome-area {
height: 100% !important;
padding-top: 60px;
min-height: 530px;
}


.ptb_150, .ptb_100 {
padding: 150px 0;
}

    .imagen-rounded { width: 100%
}
    
    .imagen-producto { width: 100%
}
    
     
.download-area {
background: rgba(0, 0, 0, 0) url("../img/comunicate.jpg") no-repeat center center / cover;
}
    
    
    }


textarea.form-control {
resize: none;
    padding-top: 20px
}



