:root{--text-blue: rgb(0,78,158)}#app{width:100%;height:100%;box-sizing:border-box;font-family:Montserrat,sans-serif;background:#fff}.input-container{margin-bottom:2rem;display:flex}.inputs{width:400px;display:flex;align-items:center;justify-content:space-between;margin:1rem}.inputs input{width:250px;height:25px;padding-inline:5px}.inputs textarea{width:258px;min-width:258px;max-width:258px;height:50px}#card{width:800px;height:200px;display:flex;box-shadow:0 0 10px -2px #787878;flex-direction:column}.card-img{width:100%;height:100%;border-right:3px solid var(--text-blue)}.card-img img{width:100%;height:100%;object-fit:cover}.card-text{width:100%;display:flex;flex-direction:column;background:#fff;padding-bottom:0;padding-left:15px;border-right:3px solid var(--text-blue)}.card-company{width:100%;display:flex;flex-direction:column;background:#fff;padding-bottom:5px;padding-left:15px}.card-name{font-size:1.5rem;font-weight:700;color:var(--text-blue);background:"white";margin-block:.5rem}.card-title{font-size:.8rem;font-weight:500;color:"grey";display:flex;flex-direction:column;margin-bottom:.5rem}.card-phone,.card-mail,.card-web{display:flex;align-items:center;font-size:.75rem}.card-address{display:flex;flex-direction:column}.card-address span{font-size:.75rem}.card-address span:first-child{font-size:.85rem;font-weight:600;color:var(--text-blue);margin-block:.5rem;margin-top:.8rem}.icon{display:flex;align-items:center;justify-content:flex-start;width:25px;height:20px}.icon img{height:auto;width:12px;object-fit:cover}.logo-container{display:flex;height:25%;align-items:center;justify-content:space-evenly;background-color:#fff}.logo-container img{width:auto;height:100%}.border{border:1px solid grey}button{margin-block:2rem;height:50px;width:300px;font-size:1.2rem;box-shadow:0 0 10px -3px #c8c8c8;border:1px solid rgb(180,180,180);border-radius:5px;cursor:pointer;background:var();transition:.3s ease}button:hover{box-shadow:none}
