.cardIndtech {
    width: 320px;
    height: 500px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #dadada;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.imgbanner{
    width: 320px;
    height: 300px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #ECEBEB;
}

.imgLogos {
    max-width: 280px;
}

.cardContent {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 40px;
}



#containerTitleVideo, #textContent {
    width: 1000px;
    margin-bottom: 50px;
}

#containerTitleVideo p{
    font-size: 3rem;
    width:500px;
    line-height: 3rem;
}

#textContent p{
    width:500px;
}

#section1Indtech {
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

#section1Indetech {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

#menu{
    position: absolute;
    top:-40px;
    left: 50%;
    transform: translate(-50%, 0%); 
    color:#fff; 
    width:100vw;
}
#menuPrincipal div a {
    color: black;
}