*{
    margin: 0;
    padding: 0;
}

.imagen-cabeza{
    width: 100%;
    height: 90%;
    margin: auto;
}

.imagen-cabeza img{
    width: 100%;
}

.texto{
    line-height: 20px;
    color: white;
    text-align: left;
    width: 60%;
    display: flex;
    flex-direction: column;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 30px;
    
}

.texto h1{
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: rgb(6, 71, 167) 1px solid;
    max-width: max-content;
}

.texto h3{
    font-size: 20px;
    margin-top: 10px;
}

.texto h4{
    font-size: 17px;
    margin-top: 10px;

}
.texto li{
    padding: 10px 0px;
}

.texto h2{
    padding: 20px 0px;
    line-height: 25px;
}

@media screen and (max-width:1210px){
    .octelco{
        font-size: 16px;
        color: white;
        width: 80%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 10px;
        display: flex;
        line-height: 20px;
    }

    .texto h1{
        font-size: 30px;
    padding-bottom: 10px;
    border-bottom: rgb(6, 71, 167) 1px solid;
    max-width: max-content;
    line-height: 30px;
    }

    .texto{
        width: 80%;
        
    }
}