.empresa-text {
    font-size: 30px;
    
}

.empresa-text p {
    font-family: Arial, Helvetica, sans-serif;
}


#tabs-swipe-demo {
    font-weight: 900;
}

#test-swipe-1 {
    font-weight: 900;
}

.carousel.carousel-slider .carousel-item p {
    font-size: inherit;
    text-align: justify;
    text-justify: inter-word;
}
.tabs .tab a {
    font-size: inherit;
    color: black;
}

.info-carrosel {
    max-width: 900px;
}

.tab {
    font-size: 15px;
    height: 120px;
    
}
.tabs .tab {
    height: 120px;
}

.tabs {
    height: 120px;
}

.tab i{
    display: block;
    font-size: 50px;
}

.carousel .carousel-item{
    width:100%;
  }

.my-carrosel-info {
   display: none;
   
}

.icon-img {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.icon-block {
    margin-bottom: 40px;
}

.mobile-text {
    font-size: 17px;
}

.centraliza {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#test-swipe-1 p {
    font-size: 17px;
}
    @media only screen and (min-width: 718px){
        .my-info {
            display: none;
        }

        .my-carrosel-info {
            display: block;
             
        }

        .carousel{
            min-height: 400px;
        }

        
    }

    @media only screen and (min-width: 601px){
        .container {
        width: 95%;
        }
    }

    @media only screen and (min-width: 676px){
        .tab {
            font-size: 20px;
            
        }
    }

    @media only screen and (min-width: 958px){
        .tab {
            font-size: 25px;
            
        }

        .icon-img {
            display: block;
            width: 100px;
            height: 100px;
            margin: 0 auto;
        }

        .tabs .tab {
            height: 150px;
        }

        .tabs {
            height: 150px;
        }
        
    }

