.containerJumbo{
    overflow: hidden;
    width: 100%;
    height: 95vh;
    position: relative;
}

.jumboText{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-shadow:
    -1px -1px 0 black,
    1px -1px 0 black,
    -1px 1px 0 black,
    1px 1px 0 black;
}

.jumboText div{
    line-height: 80px;
    color: #FF8427 ;
}

.boxNews{
    background-color: #FF8427;
    width: 400px;
    height: 300px;
    display: flex;
    align-items: start;
    justify-content:space-around;
    flex-direction: column;
    padding: 20px;
}

.lineEndBox{
    height: 5px;
    width: 50px;
    background-color: #fff;

}

.swiper{
    width: 100%;
}

.swiper-slide{
    width: 400px !important;
    height: 500px !important;
    overflow: hidden;
    margin-right: 20px;
}

.mapContainer{
    margin-top:30px;
    width: 100%;
    height: 60vh;
    background-color: #d4d4d4;
}

.numberServices{
    color: #ff84277a;
    font-weight: 900;
    font-size: 100px;
}

.containerServicesImage img{
    width: 1000px;
}

.cardServices{
    margin-top: 15vh !important;    
    background-color: #f6f6f6;
    /* padding-left: 5%; */
}

.cardRight{
    padding-right: 5%;
}
.cardLeft{
    padding-left: 5%;
}
