#scb_sSdivGeneral
{
    overflow: hidden;
}

.pe_BtnEdit {
    position: absolute;
    top: 0%;
    right: 0%;
}

.btnPrevServicesSpecial {
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/ICONOS-servicesUrbansPrev.png);

}

.btnNextServicesSpecial {
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/ICONOS-servicesUrbanNext.png);
}

.btnNextServicesSpecial:hover {
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/ICONOS-services-next.png);
}

.btnPrevServicesSpecial:hover {
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/ICONOS-service-prev.png);
}

.img-Bus{
    height: 30vw; 
    width: 30vw;
    display:flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    position: static;
}

.pe_BtnEditSlider{
    position: absolute;
    right: 0%;
    z-index: 99;
}

#scbSpecialServiceSection
{
    height: 41rem;
    background-size: 100% 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../images/containers/contenedor7.png);
}

#scbSpecialServiceSection2 
{
    background-color: #ffffff;  
    background-size: 100% 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
}

#scbSpecialServiceSection3
{
    border: none;
    position: relative;
    background-size: 100% 100%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-image: url(../../../images/containers/contenedor8.png);
}
.textMontSemiBold-14{
    font-family: Montserrat-SemiBold;
    font-size: 14px;
}

.textMontLight-49 
{
    text-align: justify;
    font-size: 49px;
    font-family: Montserrat-Light;
}

.textMontLight-ServiceUrban{
    text-align: justify;
    font-size: 3vw;
    font-family: Montserrat-Light;
}

.textMontLight-25
{
    text-align: justify;
    font-size: 1.3em;
    font-family: Montserrat-Light;
}

.textMontLight-40
{
    text-align: justify;
    font-size: 40px;
    font-family: Montserrat-Light;
}

.textMontBold-87
{
    text-align: justify;
    font-size: 87px;
    font-family: Montserrat-Bold;
}

.textMontBold-49
{
    text-align: justify;
    font-size: 49px;
    font-family: Montserrat-Bold;
}

.textMontBold-19
{
    font-size: 19px;
    font-family: Montserrat-Bold;
}

.textMontBold-40
{
    font-size: 40px;
    font-family: Montserrat-Bold;
}

.textMontSemiBold-18
{
    font-size: 18px;
    font-family: Montserrat-SemiBold;
}

.textMontSemiBold-12
{
    font-size: 12px;
    font-family: Montserrat-SemiBold;
}

.textMontMedium
{
    font-size: 17px;
    font-family: Montserrat-Medium;
}

.textMontRegular-34
{
    font-size: 34px;
    margin-top: 0px !important;
    font-family: Montserrat-Regular;
}

.textMontRegular-1em
{
    font-size: 1em;
    font-family: Montserrat-Regular;
}

.color-FED03E
{
    color: #FFBA00;
}

.color-004A27
{
    color: #004A27;
}

.btnTraded
{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #FFBA00; 
}

.btnTraded1
{
    height: 100%;
    border-radius: 10px;
    background-color: #FFBA00;
    transition: background-color 1s , box-shadow  1s;
}

.btnTraded:focus,
.btnTraded1:focus
{
    outline: none;
    box-shadow: none;
}

.notMargin
{
    margin: 0;
}

.topCarousel
{
    margin-top: 5vh;
}

.interLine-0
{
    line-height: 1.4rem;
}

.interLine-7
{
    line-height: 7rem;
}

.interLine-3
{
    line-height: 3rem;
}

.imgLogo
{
    width: 55%;
    background-size: 100% 100%;
}

.contLogo
{
    width: 100%;
    height: 26vh;
}

.especialDivider
{
    position: absolute;
    left: 33vw;
    top:80px;
    width: 2px;
    height: 61%;
    background-color: #004a27;
}

.btnNextHover
{
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/nextSpecial.png);
}

.btnNextHover:hover
{
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/ICONOS-services-next.png);
}

.btnPrevHover
{
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/prevSpecial.png);
}

.btnPrevHover:hover
{
    width: 40px;
    height: 37px;
    background-image: url(../../../images/icons/ICONOS-service-prev.png);
}

.btnNext
{
   right: -8vw;
}

.btnPrev
{
    left: -8vw;
}

.cardTrans
{
    border: none;  
    box-shadow: none;
    background: transparent;
}

.paddingCarousel
{
    padding: 0.15vw;
}

.tamMax  img
{
    height: 250px;
    object-fit: cover;
}

#be_editContent6
{
    right: 5%;
}

.card-body
{
    position: relative;
    height: 100%;
}

@media (max-width: 768px)
{
    #scbSpecialServiceSection
    {
        height: 84vh;
    }

    .marginBodyResp
    {
        margin-left: 20vw;
        margin-right: 20vw;
    }

    .btnTraded1{
        width: 50%;
    }
    .position-xs-absolute{
        position: absolute;
        top: -10%;
    }

    .imgLogo
    {
        width: 54%;
        display: block;
        margin: 0 auto
    }

    .contLogo
    {
        width: 65%;
        margin: 0 auto;
    }


}

@media(max-width: 560px)
{
    .main-serviceUrban{
        margin-bottom: 11rem !important;
    }

    .uSS_cardTrans{
     width: 90%;
    }

    .textMontLight-49
    {
        font-size: 7vw !important;
        margin-bottom: 3%;
    }

    .textMontLight-ServiceUrban
    {
        font-size: 5vw !important;
        margin-bottom: 3%;
    }

    .textMontBold-87
    {
        font-size: 45px !important;
    }

    .textMontLight-25
    {
        font-size: 16px !important;
    }

    .textMontBold-87
    {
        margin: 2% 0px;
        font-size: 45px !important;
    }

    .textMontBold-49
    {
        font-size: 25px !important;
    }

    .marginTitleResp
    {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .btnTraded
    {
        font-size: 18px !important;
    }

    .deleteResp
    {
        display: none;
    }

    #scbSpecialServiceSection
    {
        height: 34vh;
        background-image: url(../../../images/containers/smallEspecial.png)
    }

    .position-xs-absolute{
        position: absolute;
        top: -10%;
    }

    .interLine-7
    {
        line-height: 2rem;
    }

    .textMontBold-40
    {
        font-size: 18px !important;
    }

    .textMontSemiBold-18
    {
        font-size: 0.875em;
    }

    .especialDivider
    {
        left: 24vw;
        height: 0%;
    }

    .marginBodyResp
    {
        margin-left: 10vw;
        margin-right: 10vw;
    }

    .topCarousel
    {
        margin: 0;
    }

    #scbSpecialServiceSection3
    {
        width: 100vw;
        margin-top: 20vw;
    }

    .margin-9
    {
        margin-top: -20vh;
    }

    .marginImgResp
    {
        margin-top: -34vw;
    }

    .marginImgResp
    {
        margin-top: -8vw;
    }

    #scbSpecialServiceSection4
    {
        z-index: 3;
        width: 100vw;
        height: 354vw;
        background-color: #004A27;
    }

    .textMontRegular-34
    {
        font-size: 23px !important;
    }

    .btnTraded1
    {
        width: 48%;
    }

    .img-Bus{
        height: 60vw; 
        width: 60vw;
    }
}

.textMontLight-14{
    font-family: Montserrat-Light;
    font-size: 14px;
    text-align: center;
}

.center-text{
    text-align: center !important;
    margin-bottom: 2vw !important;
}

.btnTraded:hover , .btnTraded1:hover{
    background-color: #ffa000;
    box-shadow: inset 3px 8px 10px 0 #ae6c00;
}

@media(max-width: 795px){
    .btnNext
    {
        right: 2vw;
    }

    .btnPrev
    {
        left: 5vw;
    }
}