.header{display:flex;justify-content:space-between;padding:10px 100px;background-color:#000;color:#fff}.logo-img{width:250px;height:80px;margin-left:20px}.texto-centro{display:flex;justify-content:center;align-items:center;flex-grow:1;margin-left:-15rem;font-size:1.3rem}@media (min-width:1600px){.texto-centro{font-size:2rem}}@media (min-width:2500px){.texto-centro{font-size:4rem}.logo-img{width:500px;height:150px}}@media (max-width:768px){.header{flex-direction:column;align-items:center;padding:10px}.logo-img{width:80%;height:auto}.texto-centro{display:none}}